onFocus 属性

ElementStream<Event> onFocus
重写

BodyElement 处理的 focus 事件流。

实现

ElementStream<Event> get onFocus => focusEvent.forElement(this);