direction property

EnumValue 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',
    );
void direction=(EnumValue value)

Implementation

set direction(_i3.EnumValue value) {
  _i4.setProperty(
    this,
    'direction',
    value,
  );
}