minFlingVelocity property
override
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:
- VelocityTracker.getVelocityEstimate, which computes the velocity of a press-drag-release gesture.
Implementation
@override
double get minFlingVelocity => kMinFlingVelocity * 2.0;