GestureMultiLongPressCancelCallback typedef
GestureMultiLongPressCancelCallback =
void Function()
Callback signature for MultiLongPressGestureRecognizer.onMultiLongPressCancel.
Called when any pointer that previously helped triggering a GestureMultiLongPressDownCallback ends up leaving the screen and therefore cancels this gesture.
Implementation
typedef GestureMultiLongPressCancelCallback = void Function();