compaction property

EnumValue compaction

Gets or sets how closely to pack the child nodes of a subtree. Must be either TreeLayout.CompactionBlock or TreeLayout.CompactionNone.

The default value is TreeLayout.CompactionBlock|CompactionBlock.

This sets the #rootDefaults' property of the same name.

Implementation

_i3.EnumValue get compaction => _i4.getProperty(
      this,
      'compaction',
    );
void compaction=(EnumValue value)

Implementation

set compaction(_i3.EnumValue value) {
  _i4.setProperty(
    this,
    'compaction',
    value,
  );
}