onFocus property
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);