GraphController constructor

GraphController({
  1. required Graph graph,
})

Creates a GraphController instance with the specified graph.

Implementation

GraphController({
  required this.graph,
});