direction property
      
      EnumValue
      get
      direction
      
    
    
Gets or sets whether the nodes are arranged clockwise or counterclockwise.
The default value is CircularLayout.Clockwise.
Implementation
_i3.EnumValue get direction => _i4.getProperty(
      this,
      'direction',
    );
      
      set
      direction
      (EnumValue value) 
      
    
    
    
Implementation
set direction(_i3.EnumValue value) {
  _i4.setProperty(
    this,
    'direction',
    value,
  );
}