onWheel method

T onWheel(
  1. EventCallback handler
)

Implementation

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