onTouchMove property

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

Stream of touchmove events handled by this Window.

Implementation

@DomName('Window.ontouchmove')
@DocsEditable()
// http://www.w3.org/TR/touch-events/, http://www.chromestatus.com/features
@Experimental()
Stream<TouchEvent> get onTouchMove => Element.touchMoveEvent.forTarget(this);