onTouchEnd property

Stream<TouchEvent> onTouchEnd
@DocsEditable(), @DomName('Window.ontouchend'), @Experimental()

Stream of touchend events handled by this Window.

Implementation

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