AddCardScreenContent constructor

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

Implementation

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