spreadingEvenly property
EnumValue
get
spreadingEvenly
This default value for Node#portSpreading indicates that links connecting with a port should be distributed evenly along the side(s) indicated by a Spot that is Spot#isSide.
Implementation
static _i3.EnumValue get spreadingEvenly => _i4.getProperty(
_declaredNode,
'SpreadingEvenly',
);
set
spreadingEvenly
(EnumValue value)
Implementation
static set spreadingEvenly(_i3.EnumValue value) {
_i4.setProperty(
_declaredNode,
'SpreadingEvenly',
value,
);
}