constantDistance property
      
      EnumValue
      get
      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',
    );
      
      set
      constantDistance
      (EnumValue value) 
      
    
    
    
Implementation
static set constantDistance(_i3.EnumValue value) {
  _i4.setProperty(
    _declaredCircularLayout,
    'ConstantDistance',
    value,
  );
}