allowResize property

bool allowResize

Gets or sets whether the user may resize parts. The initial value is true.

Implementation

_i2.bool get allowResize => _i4.getProperty(
      this,
      'allowResize',
    );
void allowResize=(bool value)

Implementation

set allowResize(_i2.bool value) {
  _i4.setProperty(
    this,
    'allowResize',
    value,
  );
}