center property

LatLng? center

Implementation

LatLng? get center => _getCenter();
void center=(LatLng? center)

Implementation

set center(LatLng? center) => _setCenter(center);