GraphController constructor
GraphController({
- required Graph graph,
Creates a GraphController instance with the specified graph
.
Implementation
GraphController({
required this.graph,
});
Creates a GraphController instance with the specified graph
.
GraphController({
required this.graph,
});