minFlingVelocity property
getter/setter pair
The minimum velocity for an input pointer drag to be considered fling.
This value is typically compared with the magnitude of fling gesture's velocity along the scrolling axis. If null then kMinFlingVelocity is used.
Implementation
double? minFlingVelocity;