CustomPickerLocation constructor

const 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. bool showDefaultMarkerPickWidget = false,
  8. Key? key,
})

Implementation

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