onInput 属性

Stream<Event> onInput

这个 Document 处理的 input 事件流。

实现

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