minFlingVelocity property

  1. @override
double minFlingVelocity
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:

Implementation

@override
double get minFlingVelocity => kMinFlingVelocity * 2.0;