arrangement property

EnumValue get arrangement

Gets or sets how the nodes are spaced. If #arrangement === CircularLayout.Packed, the specified #radius will be ignored.

The default value is CircularLayout.ConstantSpacing.

Implementation

_i3.EnumValue get arrangement => _i4.getProperty(
      this,
      'arrangement',
    );
set arrangement (EnumValue value)

Implementation

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