GestureLongPressUpCallback typedef

GestureLongPressUpCallback = void Function()

Callback signature for LongPressGestureRecognizer.onLongPressUp.

Called when a pointer stops contacting the screen after a long press gesture was detected.

See also:

Implementation

typedef GestureLongPressUpCallback = void Function();