constantSpacing property

EnumValue constantSpacing

The spacing between the idealized boundaries of the nodes is constant; This value is used for CircularLayout#arrangement.

Implementation

static _i3.EnumValue get constantSpacing => _i4.getProperty(
      _declaredCircularLayout,
      'ConstantSpacing',
    );
void constantSpacing=(EnumValue value)

Implementation

static set constantSpacing(_i3.EnumValue value) {
  _i4.setProperty(
    _declaredCircularLayout,
    'ConstantSpacing',
    value,
  );
}