onSecondaryTapCancel property

GestureTapCancelCallback? onSecondaryTapCancel
getter/setter pair

A pointer that previously triggered onSecondaryTapDown will not end up causing a tap.

This triggers once the gesture loses the arena if onSecondaryTapDown has previously been triggered.

If this recognizer wins the arena, onSecondaryTapUp is called instead.

See also:

Implementation

GestureTapCancelCallback? onSecondaryTapCancel;