onInput property Null safety

Stream<Event> onInput
override

Stream of input events handled by this Window.

Implementation

Stream<Event> get onInput => Element.inputEvent.forTarget(this);