MPickerController constructor

MPickerController({
  1. required String key,
  2. required MPickerTheme theme,
  3. required MapController ctMap,
})

Implementation

MPickerController(
    {required this.key, required this.theme, required this.ctMap});