Stream of focus
events handled by this BodyElement.
Source
@DomName('HTMLBodyElement.onfocus') @DocsEditable() ElementStream<Event> get onFocus => focusEvent.forElement(this);
Stream of focus
events handled by this BodyElement.
@DomName('HTMLBodyElement.onfocus') @DocsEditable() ElementStream<Event> get onFocus => focusEvent.forElement(this);