alternateCompaction property

EnumValue alternateCompaction

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.

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

Implementation

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

Implementation

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