onTouchEnd property
Stream<TouchEvent>
get
onTouchEnd
Stream of touchend events handled by this Window.
Implementation
Stream<TouchEvent> get onTouchEnd => Element.touchEndEvent.forTarget(this);
Stream of touchend events handled by this Window.
Stream<TouchEvent> get onTouchEnd => Element.touchEndEvent.forTarget(this);