onBlur 属性

Stream<Event> onBlur
重写

由该 Window 处理的 blur 事件的流。

实现

Stream<Event> get onBlur => Element.blurEvent.forTarget(this);