forwards property

EnumValue forwards

Nodes are arranged in the order given; This value is used for CircularLayout#sorting.

Implementation

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

Implementation

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