onTouchEnd property

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

Implementation

@DomName('GlobalEventHandlers.ontouchend')
@DocsEditable()
@Experimental() // untriaged
Stream<TouchEvent> get onTouchEnd => touchEndEvent.forTarget(this);