MapWidget constructor
const
MapWidget({})
MapWidget which showing the map and let the user pick the place from it
Implementation
const MapWidget(
{required this.marker,
required this.onMapCreated,
required this.getLocation,
this.zoomFactor = 5.0,
required this.initialPosition,
Key? key})
: super(key: key);