ElementStream<Event> onFocus

Stream of focus events handled by this Element.

Source

@DomName('Element.onfocus')
@DocsEditable()
ElementStream<Event> get onFocus => focusEvent.forElement(this);