onLongPressUp property

GestureLongPressUpCallback? onLongPressUp
final

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

See also:

  • onLongPressEnd, which has the same timing but has data for the up gesture location.

Implementation

final GestureLongPressUpCallback? onLongPressUp;