hasSufficientGlobalDistanceToAccept abstract method
- PointerDeviceKind pointerDeviceKind,
- double? deviceTouchSlop
Whether the globalDistanceMoved is big enough to accept the gesture.
If this method returns true, it means this recognizer should declare win in the gesture arena.
Implementation
bool hasSufficientGlobalDistanceToAccept(
PointerDeviceKind pointerDeviceKind,
double? deviceTouchSlop,
);