onMapCreated property

void Function(GoogleMapController)? onMapCreated
final

Callback method for when the map is ready to be used.

Used to receive a GoogleMapController for this GoogleMap.

Implementation

final void Function(GoogleMapController)? onMapCreated;