GestureLongPressEndCallback typedef

GestureLongPressEndCallback = void Function(LongPressEndDetails details)

Callback signature for LongPressGestureRecognizer.onLongPressEnd.

Called when a pointer stops contacting the screen after a long press gesture was detected. Also reports the position where the pointer stopped contacting the screen.

See also:

Implementation

typedef GestureLongPressEndCallback = void Function(LongPressEndDetails details);