EditCardScreen constructor

const EditCardScreen(
  1. {Key key,
  2. bool autoRefresh: true}
)

Implementation

const EditCardScreen({Key key, this.autoRefresh = true}) : super(key: key);