onFocus method

T onFocus(
  1. EventCallback handler
)

Implementation

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