aggressiveNone property

EnumValue get aggressiveNone

The fastest, but poorest, crossing reduction algorithm; a valid value for LayeredDigraphLayout#aggressiveOption.

Implementation

static _i3.EnumValue get aggressiveNone => _i4.getProperty(
      _declaredLayeredDigraphLayout,
      'AggressiveNone',
    );
set aggressiveNone (EnumValue value)

Implementation

static set aggressiveNone(_i3.EnumValue value) {
  _i4.setProperty(
    _declaredLayeredDigraphLayout,
    'AggressiveNone',
    value,
  );
}