AddCardScreenCardAddedContent constructor

const AddCardScreenCardAddedContent(
  1. {Key key,
  2. bool autoNav: true}
)

Implementation

const AddCardScreenCardAddedContent({Key key, this.autoNav = true})
    : super(key: key);