Stream of touchmove
events handled by this Document.
Source
@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);