GestureLongPressEndCallback typedef Null safety
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:
- GestureDetector.onLongPressEnd, which matches this signature.
Implementation
typedef GestureLongPressEndCallback = void Function(LongPressEndDetails details);