RemovePromoScreen constructor
- {Key key,
- RemovePromoMeta defaultRemovePromoMeta,
Implementation
@override
const RemovePromoScreen(
{Key key, this.defaultRemovePromoMeta, this.autoNav = true})
: super(key: key);
@override
const RemovePromoScreen(
{Key key, this.defaultRemovePromoMeta, this.autoNav = true})
: super(key: key);