onFocus property

Stream<Event> onFocus
@DocsEditable(), @DomName('Window.onfocus')

Stream of focus events handled by this Window.

Implementation

@DomName('Window.onfocus')
@DocsEditable()
Stream<Event> get onFocus => Element.focusEvent.forTarget(this);