MapWidget constructor
const
MapWidget({})
Implementation
const MapWidget(
{Key? key,
required this.mapController,
this.mapType = MapType.google,
this.width,
this.height,
this.onMapCreated,
this.editable = true})
: super(key: key);