MapLocationSearch constructor
const
MapLocationSearch({
- Key? key,
- required dynamic onSelected(
- LocationPrediction? selectedLocation
- String? googleMapApiKey,
Implementation
const MapLocationSearch(
{super.key, required this.onSelected, this.googleMapApiKey});