menu
flutter_graph_view package
documentation
model/edge.dart
Edge
colors property
colors property
dark_mode
light_mode
colors
property
List
<
Color
>
colors
getter/setter pair
Cache the colors for this edge.
颜色放置器,用于缓存当前关系所需使用到的颜色
Implementation
late List<Color> colors;
flutter_graph_view package
documentation
model/edge
Edge
colors property
Edge class