AwsNodeStandardNodesSpace class

Class that represents a standard node within the node space of AwsNodesSpace.

Inheritance

Constructors

AwsNodeStandardNodesSpace({required String id, required Widget node, required Offset offset, List<AwsNodeElementNodesSpace>? connectedNodes, AwsNodeConnectorNodesSpace? connector, required double width, required double height})
Constructor of class AwsNodeStandardNodesSpace.

Properties

connectedNodes List<AwsNodeElementNodesSpace>?
connectedNodes: List of nodes connected to this node.
finalinherited
connector AwsNodeConnectorNodesSpace?
connector: Connector that associates the node with its parent node.
finalinherited
hashCode int
The hash code for this object.
no setterinherited
height double
height: Height of the standard node.
final
id String
id: Unique identifier for the node.
finalinherited
node Widget
node: Widget that represents the content of the node.
finalinherited
offset Offset
offset: Position of the node in space.
getter/setter pairinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
width double
width: Width of the standard node.
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