constrainProportions property

bool get constrainProportions

Implementation

_i2.bool get constrainProportions => _i5.getProperty(
      this,
      'constrainProportions',
    );
set constrainProportions (bool value)

Implementation

set constrainProportions(_i2.bool value) {
  _i5.setProperty(
    this,
    'constrainProportions',
    value,
  );
}