MapZoomController constructor
const
MapZoomController({
- Key? key,
- GoogleMapController? mapController,
- VoidCallback? onZoomInClick,
- VoidCallback? onZoomOutClick,
Implementation
const MapZoomController({
Key? key,
this.mapController,
this.onZoomInClick,
this.onZoomOutClick,
}) : super(key: key);