FullScreenView constructor

const FullScreenView({
  1. Key? key,
  2. required PickerContryProvider controller,
  3. dynamic onComplete(
    1. Country?
    )?,
})

Implementation

const FullScreenView({super.key, required this.controller, this.onComplete});