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