onTouchCancel property - Window class - dart:html library (original) (raw)

description

Stream<TouchEvent> getonTouchCancel

override

Stream of touchcancel events handled by this Window.

Implementation

Stream<TouchEvent> get onTouchCancel =>
    Element.touchCancelEvent.forTarget(this);