ForceDirectedGraph<T> constructor
ForceDirectedGraph<T> ({
- GraphConfig config = const GraphConfig(),
Create an empty graph.
Implementation
ForceDirectedGraph({this.config = const GraphConfig()});