GestureLongPressCallback typedef

GestureLongPressCallback = void Function()

Callback signature for LongPressGestureRecognizer.onLongPress.

Called when a pointer has remained in contact with the screen at the same location for a long period of time.

See also:

Implementation

typedef GestureLongPressCallback = void Function();