FullScreenView constructor
const
FullScreenView({
- Key? key,
- required PickerContryProvider controller,
- dynamic onComplete()?,
Implementation
const FullScreenView({super.key, required this.controller, this.onComplete});