constantAngle property

EnumValue constantAngle

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

Implementation

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

Implementation

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