onwheel property

Implementation

EventHandlerNonNull? get onwheel => js_util.getProperty(this, 'onwheel');
void onwheel=(EventHandlerNonNull<Event>? newValue)

Implementation

set onwheel(EventHandlerNonNull? newValue) {
  js_util.setProperty(this, 'onwheel', newValue);
}