onTouchMove property

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

Stream of touchmove events handled by this Document.

Implementation

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