ElementStream<Event> onFocus
@DocsEditable(), @DomName('HTMLBodyElement.onfocus')

Stream of focus events handled by this BodyElement.

Source

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