menu
ensemble package
documentation
widget/visualization/diagram.dart
Node
Node.new constructor
Node.new constructor
dark_mode
light_mode
Node
constructor
Node
(
String
name
, {
Size
?
size
,
Offset
?
position
,
Subtree
?
subtree
,
})
Implementation
Node(this.name, {this.size, this.position, this.subtree});
ensemble package
documentation
widget/visualization/diagram
Node
Node.new constructor
Node class