onFocus property
Stream of focus
events handled by this Document.
Implementation
Stream<Event> get onFocus => Element.focusEvent.forTarget(this);
Stream of focus
events handled by this Document.
Stream<Event> get onFocus => Element.focusEvent.forTarget(this);