onwheel top-level property

dynamic Function(WheelEvent)? get onwheel

Implementation

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