onDoubleTapCancel property Null safety
read / write
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:
- kPrimaryButton, the button this callback responds to.
- GestureDetector.onDoubleTapCancel, which exposes this callback.
Implementation
GestureTapCancelCallback? onDoubleTapCancel;