AddCardFromTemplateScreen constructor

const AddCardFromTemplateScreen(
  1. {Key key,
  2. bool autoNav: true,
  3. bool popNav: false,
  4. bool autoRefresh: true}
)

Implementation

const AddCardFromTemplateScreen(
    {Key key,
    this.autoNav = true,
    this.popNav = false,
    this.autoRefresh = true})
    : super(key: key);