menu
graph_display package
documentation
graph_layout.dart
InteractiveLayoutAlgorithm
constrainedNodes property
constrainedNodes property
dark_mode
light_mode
constrainedNodes
property
Set
<
Node
>
constrainedNodes
final
The nodes unaffected by iterations of the algorithm.
Implementation
final Set<Node> constrainedNodes = {};
graph_display package
documentation
graph_layout
InteractiveLayoutAlgorithm
constrainedNodes property
InteractiveLayoutAlgorithm class