onInput 属性

Stream<Event> onInput
重写

由这个 Window 处理的 input 事件的 Stream。

实现

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