ungroupable property

bool get ungroupable

Gets or sets whether the user may ungroup this group. The initial value is false.

Implementation

_i2.bool get ungroupable => _i4.getProperty(
      this,
      'ungroupable',
    );
set ungroupable (bool value)

Implementation

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