onTouchEnd property

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

Stream of touchend events handled by this Element.

Implementation

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