CustomPickerLocation constructor
const
CustomPickerLocation({
- required PickerMapController controller,
- AppBar? appBarPicker,
- Widget? bottomWidgetPicker,
- Widget? topWidgetPicker,
- CustomPickerLocationConfig pickerConfig = const CustomPickerLocationConfig(),
- dynamic onMapReady()?,
- bool showDefaultMarkerPickWidget = false,
- 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,
});