GoogleMapWidget constructor

const GoogleMapWidget({
  1. Key? key,
  2. required MapController mapController,
  3. dynamic onMapCreated()?,
  4. dynamic options,
})

Implementation

const GoogleMapWidget(
    {Key? key, required this.mapController, this.onMapCreated, this.options})
    : super(key: key);