minFlingDistance property
getter/setter pair
The minimum distance an input pointer drag must have moved to be considered a fling gesture.
This value is typically compared with the distance traveled along the scrolling axis. If null then kTouchSlop is used.
Implementation
double? minFlingDistance;