packExpand property

num get packExpand

This option gives more chances for the packing algorithm to improve the network, but is very expensive in time for large networks; but we recommend using #alignOption instead for better alignment and speed; a valid value for LayeredDigraphLayout#packOption.

Implementation

static _i2.num get packExpand => _i4.getProperty(
      _declaredLayeredDigraphLayout,
      'PackExpand',
    );
set packExpand (num value)

Implementation

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