ElementStream<TouchEvent> onTouchEnd
@DocsEditable(), @DomName('SVGElement.ontouchend'), @Experimental()

Stream of touchend events handled by this Element.

Source

@DomName('SVGElement.ontouchend')
@DocsEditable()
@Experimental() // untriaged
ElementStream<TouchEvent> get onTouchEnd => touchEndEvent.forElement(this);