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