onFocusIn method

T onFocusIn(
  1. EventCallback handler
)

Implementation

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