packed property
EnumValue
get
packed
The vertices are arranged as close together as possible considering the CircularLayout#spacing, assuming the nodes are rectangular; This value is used for CircularLayout#arrangement.
Implementation
static _i3.EnumValue get packed => _i4.getProperty(
_declaredCircularLayout,
'Packed',
);
set
packed
(EnumValue value)
Implementation
static set packed(_i3.EnumValue value) {
_i4.setProperty(
_declaredCircularLayout,
'Packed',
value,
);
}