onFocus 属性

ElementStream<Event> onFocus
覆盖

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

实现

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