onTouchCancel property - Window class - dart:html library (original) (raw)
Stream<TouchEvent> getonTouchCancel
override
Stream of touchcancel
events handled by this Window.
Implementation
Stream<TouchEvent> get onTouchCancel =>
Element.touchCancelEvent.forTarget(this);