minFlingDistance property

double minFlingDistance

The minimum distance an input pointer drag must have moved to be considered a scroll fling gesture.

This value is typically compared with the distance traveled along the scrolling axis.

See also:

Implementation

double get minFlingDistance => parent?.minFlingDistance ?? kTouchSlop;