onFocus method
Implementation
ElementBuilder onFocus(EventCallback handler) {
_attrs['onFocus'] = EventAttribute.fromContext(handler);
return this;
}
ElementBuilder onFocus(EventCallback handler) {
_attrs['onFocus'] = EventAttribute.fromContext(handler);
return this;
}