MapZoomController constructor

const MapZoomController({
  1. Key? key,
  2. GoogleMapController? mapController,
  3. VoidCallback? onZoomInClick,
  4. VoidCallback? onZoomOutClick,
})

Implementation

const MapZoomController({
  Key? key,
  this.mapController,
  this.onZoomInClick,
  this.onZoomOutClick,
}) : super(key: key);