spreadingNone property

EnumValue get spreadingNone

This value for Node#portSpreading indicates that links connecting with a port should all connect at a single point on the side(s) indicated by a Spot that is Spot#isSide.

Implementation

static _i3.EnumValue get spreadingNone => _i4.getProperty(
      _declaredNode,
      'SpreadingNone',
    );
set spreadingNone (EnumValue value)

Implementation

static set spreadingNone(_i3.EnumValue value) {
  _i4.setProperty(
    _declaredNode,
    'SpreadingNone',
    value,
  );
}