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