spreadingPacked property
EnumValue
get
spreadingPacked
This value for Node#portSpreading indicates that links connecting with a port should packed together based on the link's shape's width on the side(s) indicated by a Spot that is Spot#isSide.
Implementation
static _i3.EnumValue get spreadingPacked => _i4.getProperty(
_declaredNode,
'SpreadingPacked',
);
set
spreadingPacked
(EnumValue value)
Implementation
static set spreadingPacked(_i3.EnumValue value) {
_i4.setProperty(
_declaredNode,
'SpreadingPacked',
value,
);
}