onTouchEnd property Null safety

Stream<TouchEvent> onTouchEnd

Stream of touchend events handled by this Document.

Implementation

Stream<TouchEvent> get onTouchEnd => Element.touchEndEvent.forTarget(this);