AddPromoScreen constructor

const AddPromoScreen(
  1. {Key key,
  2. CreditCard defaultCard,
  3. bool autoNav: true}
)

Implementation

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