onTertiaryTapUp property
getter/setter pair
A pointer has stopped contacting the screen at a particular location, which is recognized as a tap of a tertiary button.
This triggers on the up event if the recognizer wins the arena with it or has previously won.
If this recognizer doesn't win the arena, onTertiaryTapCancel is called instead.
See also:
- kTertiaryButton, the button this callback responds to.
- onTapUp, a similar callback but for a primary button.
- onSecondaryTapUp, a similar callback but for a secondary button.
- TapUpDetails, which is passed as an argument to this callback.
- GestureDetector.onTertiaryTapUp, which exposes this callback.
Implementation
GestureTapUpCallback? onTertiaryTapUp;