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