CurrencySelectionScreen constructor

const CurrencySelectionScreen({
  1. Key? key,
  2. required Function onSaved,
  3. AppBar? appBar,
})

Implementation

const CurrencySelectionScreen({super.key, required this.onSaved, this.appBar});