GestureLongPressUpCallback typedef Null safety
Callback signature for LongPressGestureRecognizer.onLongPressUp.
Called when a pointer stops contacting the screen after a long press gesture was detected.
See also:
- GestureDetector.onLongPressUp, which matches this signature.
Implementation
typedef GestureLongPressUpCallback = void Function();