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