onPointerCancel property
getter/setter pair
Called when the input from a pointer that triggered an onPointerDown is no longer directed towards this receiver.
Implementation
PointerCancelEventListener? onPointerCancel;
Called when the input from a pointer that triggered an onPointerDown is no longer directed towards this receiver.
PointerCancelEventListener? onPointerCancel;