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