onFocus property

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

Stream of focus events handled by this BodyElement.

Implementation

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