onTouchMove property - Window class - dart:html library (original) (raw)
Stream<TouchEvent> getonTouchMove
override
Stream of touchmove
events handled by this Window.
Implementation
Stream<TouchEvent> get onTouchMove => Element.touchMoveEvent.forTarget(this);