onPointerCancel property Null safety
read / write
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;