onTouchEnd property - Window class - dart:html library (original) (raw)
Stream<TouchEvent> getonTouchEnd
override
Stream of touchend
events handled by this Window.
Implementation
Stream<TouchEvent> get onTouchEnd => Element.touchEndEvent.forTarget(this);