minFlingVelocity property

double minFlingVelocity

The minimum velocity for an input pointer drag to be considered a scroll fling.

This value is typically compared with the magnitude of fling gesture's velocity along the scrolling axis.

See also:

Implementation

double get minFlingVelocity => parent?.minFlingVelocity ?? kMinFlingVelocity;