onresize property

(dynamic Function(UIEvent)?) onresize

Implementation

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

Implementation

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