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