reshapable property

bool reshapable

Gets or sets whether the user may reshape this part. The initial value is false.

Implementation

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

Implementation

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