onFocus property Null safety
override
Stream of focus
events handled by this BodyElement.
Implementation
ElementStream<Event> get onFocus => focusEvent.forElement(this);
Stream of focus
events handled by this BodyElement.
ElementStream<Event> get onFocus => focusEvent.forElement(this);