onTouchEnd property - Element class - dart:html library (original) (raw)

description

ElementStream<TouchEvent> getonTouchEnd

override

Stream of touchend events handled by this Element.

Implementation

ElementStream<TouchEvent> get onTouchEnd => touchEndEvent.forElement(this);