packed property

EnumValue 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',
    );
void packed=(EnumValue value)

Implementation

static set packed(_i3.EnumValue value) {
  _i4.setProperty(
    _declaredCircularLayout,
    'Packed',
    value,
  );
}