AwsNodeConnectorNodesSpace class

Constructors

AwsNodeConnectorNodesSpace({Color? color, LinearGradient? gradient, double thickness = 2.0})
color and gradient, should not be used at the same time, this causes an internal conflict.

Properties

color Color?
color, use this attribute to define the connector as a solid.
final
gradient LinearGradient?
gradient, use this attribute to define the connector with a gradient which has different effects when moving the node.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
thickness double
thickness, use this attribute to define the thickness of the connector.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited