onTouchEnd property

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

Stream of touchend events handled by this Element.

Implementation

@DomName('Element.ontouchend')
@DocsEditable()
// http://www.w3.org/TR/touch-events/, http://www.chromestatus.com/features
@Experimental()
ElementStream<TouchEvent> get onTouchEnd;