AddCardScreen constructor

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

Implementation

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