@DocsEditable(), @DomName('Window.onfocus')
Stream of focus
events handled by this Window.
Source
@DomName('Window.onfocus')
@DocsEditable()
Stream<Event> get onFocus => Element.focusEvent.forTarget(this);
Stream of focus
events handled by this Window.
@DomName('Window.onfocus')
@DocsEditable()
Stream<Event> get onFocus => Element.focusEvent.forTarget(this);