ElementStream<Event> onFocus

Stream of focus events handled by this BodyElement.

Source

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