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