packAll property
num
get
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',
);
set
packAll
(num value)
Implementation
static set packAll(_i2.num value) {
_i4.setProperty(
_declaredLayeredDigraphLayout,
'PackAll',
value,
);
}