onPointerCancel property
Callback for when the pointing device is interrupted
Implementation
@override
PointerEventCallback? get onPointerCancel =>
    (props[_$key__onPointerCancel___$UbiquitousDomPropsMixin] ?? null)
        as PointerEventCallback?;Callback for when the pointing device is interrupted
Implementation
@override
set onPointerCancel(PointerEventCallback? value) =>
    props[_$key__onPointerCancel___$UbiquitousDomPropsMixin] = value;