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