onInput property

Stream<Event> onInput
@DocsEditable(), @DomName('Window.oninput')

Stream of input events handled by this Window.

Implementation

@DomName('Window.oninput')
@DocsEditable()
Stream<Event> get onInput => Element.inputEvent.forTarget(this);