scrollToZoom property

bool scrollToZoom
final

Whether trackpad scroll gestures should cause zooming.

When true, scrolling on a trackpad zooms in/out. When false, trackpad scroll is treated as pan gestures. Defaults to true.

Implementation

final bool scrollToZoom;