MapLocationSearch constructor

const MapLocationSearch({
  1. Key? key,
  2. required dynamic onSelected(
    1. LocationPrediction? selectedLocation
    ),
  3. String? googleMapApiKey,
})

Implementation

const MapLocationSearch(
    {super.key, required this.onSelected, this.googleMapApiKey});