PickerOption constructor

PickerOption({
  1. bool? includeDeviceLocationButton,
  2. bool? includeSearch,
  3. double? mapMaxZoom,
  4. double? mapMinZoom,
  5. PlaceOptions? placeOptions,
  6. String? toolbarColor,
  7. Uint8List? marker,
  8. CameraPosition? statingCameraPosition,
  9. LatLngBounds? startingBounds,
  10. String? toolbarTintColor,
  11. String? placeNameLabelTextColor,
  12. String? pickerButtonTitleColor,
  13. String? pickerButtonTitle,
  14. String? pickerButtonBackgroundColor,
  15. String? addressTextColor,
  16. bool? showMarkerShadow,
  17. Uint8List? searchButtonImage,
  18. String? infoBottomViewBackgroundColor,
})

Implementation

PickerOption(
    {this.includeDeviceLocationButton,
    this.includeSearch,
    this.mapMaxZoom,
    this.mapMinZoom,
    this.placeOptions,
    this.toolbarColor,
    this.marker,
    this.statingCameraPosition,
    this.startingBounds,
    this.toolbarTintColor,
    this.placeNameLabelTextColor,
    this.pickerButtonTitleColor,
    this.pickerButtonTitle,
    this.pickerButtonBackgroundColor,
    this.addressTextColor,
    this.showMarkerShadow,

    // ios
    this.searchButtonImage,
    this.infoBottomViewBackgroundColor});