CustomPickerLocation constructor

CustomPickerLocation({
  1. required PickerMapController controller,
  2. AppBar? appBarPicker,
  3. Widget? bottomWidgetPicker,
  4. Widget? topWidgetPicker,
  5. CustomPickerLocationConfig pickerConfig = const CustomPickerLocationConfig(),
  6. dynamic onMapReady(
    1. bool
    )?,
  7. Key? key,
})

Implementation

CustomPickerLocation({
  required this.controller,
  this.appBarPicker,
  this.bottomWidgetPicker,
  this.topWidgetPicker,
  this.pickerConfig = const CustomPickerLocationConfig(),
  this.onMapReady,
  Key? key,
}) : super(key: key);