menu
flutter_graph_view package
documentation
model/edge.dart
Edge
isLoop property
isLoop property
dark_mode
light_mode
isLoop
property
bool
get
isLoop
Implementation
bool get isLoop => start == end;
flutter_graph_view package
documentation
model/edge
Edge
isLoop property
Edge class