onWheel method

ElementBuilder onWheel(
  1. EventCallback handler
)

Implementation

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