onfocus property

Implementation

EventHandlerNonNull? get onfocus => js_util.getProperty(this, 'onfocus');
void onfocus=(EventHandlerNonNull<Event>? newValue)

Implementation

set onfocus(EventHandlerNonNull? newValue) {
  js_util.setProperty(this, 'onfocus', newValue);
}