packAll property

num packAll

Enable all options for the LayeredDigraphLayout#packOption property; but we recommend using #alignOption instead for better alignment and speed; See also LayeredDigraphLayout.PackExpand, LayeredDigraphLayout.PackStraighten, and LayeredDigraphLayout.PackMedian.

Implementation

static _i2.num get packAll => _i4.getProperty(
      _declaredLayeredDigraphLayout,
      'PackAll',
    );
void packAll=(num value)

Implementation

static set packAll(_i2.num value) {
  _i4.setProperty(
    _declaredLayeredDigraphLayout,
    'PackAll',
    value,
  );
}