onTertiaryTapCancel property
getter/setter pair
A pointer that previously triggered onTertiaryTapDown will not end up causing a tap.
This triggers once the gesture loses the arena if onTertiaryTapDown has previously been triggered.
If this recognizer wins the arena, onTertiaryTapUp is called instead.
See also:
- kSecondaryButton, the button this callback responds to.
- onTapCancel, a similar callback but for a primary button.
- onSecondaryTapCancel, a similar callback but for a secondary button.
- GestureDetector.onTertiaryTapCancel, which exposes this callback.
Implementation
GestureTapCancelCallback? onTertiaryTapCancel;