menu
flutter_force_directed_graph package
documentation
model/node.dart
Node<T>
connect method
connect method
dark_mode
light_mode
connect
method
Edge
connect
(
Node
other
)
Implementation
Edge connect(Node other) { return Edge(this, other); }
flutter_force_directed_graph package
documentation
model/node
Node<T>
connect method
Node class