onTertiaryTapCancel property

GestureTapCancelCallback? onTertiaryTapCancel
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:

Implementation

GestureTapCancelCallback? onTertiaryTapCancel;