onTertiaryTapUp property

GestureTapUpCallback? onTertiaryTapUp
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:

Implementation

GestureTapUpCallback? onTertiaryTapUp;