menu
flutter_force_directed_graph package
documentation
model/kd_tree.dart
KDNode
KDNode.new constructor
KDNode.new constructor
dark_mode
light_mode
KDNode
constructor
KDNode
(
Node
node
, {
KDNode
?
left
,
KDNode
?
right
,
})
Implementation
KDNode(this.node, {this.left, this.right});
flutter_force_directed_graph package
documentation
model/kd_tree
KDNode
KDNode.new constructor
KDNode class