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