onTouchMove property

Stream<TouchEvent> onTouchMove
@DocsEditable(), @DomName('GlobalEventHandlers.ontouchmove'), @Experimental()

Implementation

@DomName('GlobalEventHandlers.ontouchmove')
@DocsEditable()
@Experimental() // untriaged
Stream<TouchEvent> get onTouchMove => touchMoveEvent.forTarget(this);