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