onFocus 属性

Stream<Event> onFocus

由该 Document 处理的 focus 事件的流。

实现

Stream<Event> get onFocus => Element.focusEvent.forTarget(this);