resizeWidth property

num? get resizeWidth

Implementation

_i2.num? get resizeWidth => _i4.getProperty(
      this,
      'resizeWidth',
    );
set resizeWidth (num? value)

Implementation

set resizeWidth(_i2.num? value) {
  _i4.setProperty(
    this,
    'resizeWidth',
    value ?? _i6.undefined,
  );
}