CenterZoom constructor

CenterZoom({
  1. LatLng? center,
  2. double? zoom,
})

Implementation

CenterZoom({this.center, this.zoom});