minFlingDistance property

double? minFlingDistance
getter/setter pair

The minimum distance an input pointer drag must have moved to 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;