Stream of touchmove
events handled by this Element
.
Source
@DomName('SVGElement.ontouchmove') @DocsEditable() @Experimental() // untriaged ElementStream<TouchEvent> get onTouchMove => touchMoveEvent.forElement(this);
Stream of touchmove
events handled by this Element
.
@DomName('SVGElement.ontouchmove') @DocsEditable() @Experimental() // untriaged ElementStream<TouchEvent> get onTouchMove => touchMoveEvent.forElement(this);