onFocus 属性

Stream<Event> onFocus
重写

由此 Window 处理的 focus 事件的流。

实现

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