scrollZoom property
ScrollZoomHandler
get
scrollZoom
The map's {@link ScrollZoomHandler}, which implements zooming in and out with a scroll wheel or trackpad.
Find more details and examples using scrollZoom
in the {@link ScrollZoomHandler} section.
Implementation
ScrollZoomHandler get scrollZoom =>
ScrollZoomHandler.fromJsObject(jsObject.scrollZoom);