core/options library
Classes
- Options
- The core api for Graph Options.
Typedefs
- BackgroundBuilder = Widget Function(BuildContext context)
- @en: use for create background widget.
- EdgePanelBuilder = Widget Function(Edge hoverEdge, Viewfinder zoom)
- @en: The builder of the edge data panel, triggered when the mouse hovers.
- VertexPanelBuilder = Widget Function(Vertex hoverVertex, Viewfinder zoom)
- @en: The builder of the vertex panel, triggered when the mouse hovers.
- VertexTextStyleGetter = TextStyle? Function(Vertex vertex, VertexShape? shape)
- @en: The getter of the vertex text style.