GestureLongPressCancelCallback typedef

GestureLongPressCancelCallback = void Function()

Callback signature for LongPressGestureRecognizer.onLongPressCancel.

Called when the pointer that previously triggered a GestureLongPressDownCallback will not end up causing a long-press.

See also:

Implementation

typedef GestureLongPressCancelCallback = void Function();