onLongPressEnd property

GestureLongPressEndCallback? onLongPressEnd
getter/setter pair

Called when the pointer stops contacting the screen after a long-press by a primary button.

This is equivalent to (and is called immediately before) onLongPressUp. 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 onLongPressUp does not.

See also:

Implementation

GestureLongPressEndCallback? onLongPressEnd;