onTertiaryLongPressCancel property

GestureLongPressCancelCallback? onTertiaryLongPressCancel
final

A pointer that previously triggered onTertiaryLongPressDown will not end up causing a long-press.

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

If the user completed the long-press, and the gesture won, then onTertiaryLongPressStart and onTertiaryLongPress are called instead.

See also:

Implementation

final GestureLongPressCancelCallback? onTertiaryLongPressCancel;