onTertiaryLongPressCancel property
getter/setter pair
Called when a pointer that previously triggered onTertiaryLongPressDown will not end up causing a long-press.
This triggers once the gesture loses the arena if onTertiaryLongPressDown has previously been triggered.
If this recognizer wins the arena, onTertiaryLongPressStart and onTertiaryLongPress are called instead.
If the gesture is deactivated due to postAcceptSlopTolerance having been exceeded, this callback will not be called, since the gesture will have already won the arena at that point.
See also:
- kTertiaryButton, the button this callback responds to.
Implementation
GestureLongPressCancelCallback? onTertiaryLongPressCancel;