onLongPressEnd property

GestureLongPressEndCallback? onLongPressEnd
final

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

See also:

  • onLongPressUp, which has the same timing but without the location data.

Implementation

final GestureLongPressEndCallback? onLongPressEnd;