menu
flutter_graph_view package
documentation
model/graph.dart
Graph<ID>
centerVertexes property
centerVertexes property
dark_mode
light_mode
centerVertexes
property
List
<
Vertex
>
get
centerVertexes
Implementation
List<Vertex> get centerVertexes { return vertexes.where((element) => element.isCenter).toList(); }
flutter_graph_view package
documentation
model/graph
Graph<ID>
centerVertexes property
Graph class