menu
flutter_graph_view package
documentation
model/graph.dart
Graph<ID>
hoverVertex property
hoverVertex property
dark_mode
light_mode
hoverVertex
property
Vertex
<
ID
>
?
hoverVertex
getter/setter pair
The vertex which is focused by mouse. 鼠标浮入所命中的节点,用于做高亮显示。
Implementation
Vertex<ID>? hoverVertex;
flutter_graph_view package
documentation
model/graph
Graph<ID>
hoverVertex property
Graph class