onDoubleTapCancel property
getter/setter pair
A pointer that previously triggered onDoubleTapDown will not end up causing a double tap.
This triggers once the gesture loses the arena if onDoubleTapDown has previously been triggered.
If this recognizer wins the arena, onDoubleTap is called instead.
See also:
- allowedButtonsFilter, which decides which button will be allowed.
- GestureDetector.onDoubleTapCancel, which exposes this callback.
Implementation
GestureTapCancelCallback? onDoubleTapCancel;