onFocus 属性

Stream<Event> onFocus
覆盖

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

实现

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