onTouchMove property
Stream<TouchEvent>
get
onTouchMove
Stream of touchmove events handled by this Window.
Implementation
Stream<TouchEvent> get onTouchMove => Element.touchMoveEvent.forTarget(this);
Stream of touchmove events handled by this Window.
Stream<TouchEvent> get onTouchMove => Element.touchMoveEvent.forTarget(this);