scale property
      
      EnumValue
      get
      scale
      
    
    
Used as a value for Link#adjusting, to indicate that the link route computation should scale and rotate the intermediate points so that the link's shape looks approximately the same; if the routing is orthogonal, this value is treated as if it were Link.End.
Implementation
static _i3.EnumValue get scale => _i4.getProperty(
      _declaredLink,
      'Scale',
    );
      
      set
      scale
      (EnumValue value) 
      
    
    
    
Implementation
static set scale(_i3.EnumValue value) {
  _i4.setProperty(
    _declaredLink,
    'Scale',
    value,
  );
}