MapAddressPicker constructor

const MapAddressPicker({
  1. Key? key,
  2. LatLng? initialLocation,
})

Implementation

const MapAddressPicker({
  super.key,
  this.initialLocation,
});