AwsNodeConnectorNodesSpace constructor

AwsNodeConnectorNodesSpace({
  1. Color? color,
  2. LinearGradient? gradient,
  3. double thickness = 2.0,
})

color and gradient, should not be used at the same time, this causes an internal conflict.

Implementation

AwsNodeConnectorNodesSpace({this.color, this.gradient, this.thickness = 2.0});