onTouchMove property

ElementStream<TouchEvent> onTouchMove
@DocsEditable(), @DomName('SVGElement.ontouchmove'), @Experimental()

Stream of touchmove events handled by this Element.

Implementation

@DomName('SVGElement.ontouchmove')
@DocsEditable()
@Experimental() // untriaged
ElementStream<TouchEvent> get onTouchMove => touchMoveEvent.forElement(this);