onFocus 属性

Stream<Event> onFocus

由这个 Document 处理的 focus 事件流。

实现方式

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