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