enableMouseWheelZooming property
Enables mouse wheel zooming in map
Defaults to false
in web platform.
SfMaps(
layers: [
MapShapeLayer(
zoomPanBehavior: MapZoomPanBehavior(
enableMouseWheelZooming : true ),
),
]
),
Implementation
final bool? enableMouseWheelZooming;