onwheel property

(dynamic Function(WheelEvent)?) onwheel

Implementation

_i2.dynamic Function(_i3.WheelEvent)? get onwheel =>
    (_i3.WheelEvent p0) => _i4.callMethod(
          _i4.getProperty(
            this,
            'onwheel',
          ),
          r'call',
          [
            this,
            p0,
          ],
        );
void onwheel=(dynamic value(WheelEvent)?)

Implementation

set onwheel(_i2.dynamic Function(_i3.WheelEvent)? value) {
  _i4.setProperty(
    this,
    'onwheel',
    value == null ? _i6.undefined : _i4.allowInterop(value),
  );
}