trackpadScrollToScaleFactor property

Offset trackpadScrollToScaleFactor
final

A factor to control the direction and magnitude of scale when converting trackpad scrolling.

Incoming trackpad pan offsets will be divided by this factor to get scale values. Increasing this offset will reduce the amount of scaling caused by a fixed amount of trackpad scrolling.

Defaults to kDefaultTrackpadScrollToScaleFactor.

Implementation

final Offset trackpadScrollToScaleFactor;