reshapable property
bool
get
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',
);
set
reshapable
(bool value)
Implementation
set reshapable(_i2.bool value) {
_i4.setProperty(
this,
'reshapable',
value,
);
}