onPointerCancel property

  1. @override
PointerEventCallback? get onPointerCancel
inherited

Callback for when the pointing device is interrupted

Implementation

@override
PointerEventCallback? get onPointerCancel => (props[_$key__onPointerCancel___$UbiquitousDomPropsMixin] ?? null) as PointerEventCallback?;
  1. @override
set onPointerCancel (PointerEventCallback? value)
inherited

Callback for when the pointing device is interrupted

Implementation

@override
set onPointerCancel(PointerEventCallback? value) => props[_$key__onPointerCancel___$UbiquitousDomPropsMixin] = value;