AwsNodeAnimatedNodesSpace class

Class that represents an animated node within the node space of AwsNodesSpace.

Inheritance

Constructors

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

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 of the animated 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
setting AwsAniSetting
Setting the node animation.
final
width double
Width of the animated 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