onSecondaryTap property
getter/setter pair
A pointer has stopped contacting the screen, which is recognized as a tap of a secondary button.
This triggers on the up event, if the recognizer wins the arena with it or has previously won, immediately following onSecondaryTapUp.
If this recognizer doesn't win the arena, onSecondaryTapCancel is called instead.
See also:
- kSecondaryButton, the button this callback responds to.
- onSecondaryTapUp, which has the same timing but with details.
- GestureDetector.onSecondaryTap, which exposes this callback.
Implementation
GestureTapCallback? onSecondaryTap;