minFlingDistance property
The minimum distance an input pointer drag must have moved to to be considered a scroll fling gesture.
This value is typically compared with the distance traveled along the scrolling axis.
See also:
- VelocityTracker.getVelocityEstimate, which computes the velocity of a press-drag-release gesture.
Implementation
double get minFlingDistance => parent?.minFlingDistance ?? kTouchSlop;