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