constantDistance property

EnumValue constantDistance

The distance between the centers of the nodes is constant; This value is used for CircularLayout#arrangement.

Implementation

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

Implementation

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