menu
ignis
ignis.dart
Node
attach method
attach
dark_mode
light_mode
attach
method
void
attach
(
Node
node
)
Adds this node to the target
node
.
Implementation
void attach(Node node) => node.add(this);
ignis
ignis
Node
attach method
Node class