scrollToZoom property

bool scrollToZoom
final

Whether trackpad scroll gestures should cause zooming.

When true, scrolling on a trackpad will zoom in/out. When false, trackpad scroll will be treated as pan gestures. Defaults to true.

Implementation

final bool scrollToZoom;