center property
LatLng
get
center
Gets current center of the MapLayout.
Implementation
LatLng get center {
return _center;
}
set
center
(LatLng center)
Sets current center of the MapLayout.
Implementation
set center(LatLng center) {
_center = center;
notifyListeners();
}