Stream of touchmove
events handled by this Element.
Source
@DomName('Element.ontouchmove') @DocsEditable() // http://www.w3.org/TR/touch-events/, http://www.chromestatus.com/features @Experimental() ElementStream<TouchEvent> get onTouchMove => touchMoveEvent.forElement(this);