onTertiaryLongPressEnd property

GestureLongPressEndCallback? onTertiaryLongPressEnd
final

A pointer that has triggered a long-press with a tertiary button has stopped contacting the screen.

This is equivalent to (and is called immediately before) onTertiaryLongPressUp. The only difference between the two is that this callback contains details of the state of the pointer when it stopped contacting the screen, whereas onTertiaryLongPressUp does not.

See also:

Implementation

final GestureLongPressEndCallback? onTertiaryLongPressEnd;