diagraming/graph_view library
Classes
Enums
Functions
-
getHorizontalEndEndpoint(
Rect bounds) → Offset -
getHorizontalStartEndpoint(
Rect bounds) → Offset -
getVerticalEndEndpoint(
Rect bounds) → Offset -
getVerticalStartEndpoint(
Rect bounds) → Offset
Typedefs
-
AssignVertexGroups<
V, G> = Set< G> Function(Vertex<V> vertex) -
EdgeBuilder<
V> = Widget? Function(BuildContext context, GraphViewThemeData theme, Edge< V> edge) - GetEndpoint = Offset Function(Rect bounds)
-
GroupBuilder<
V, G> = Widget? Function(BuildContext context, GraphViewThemeData theme, MapEntry< G, Set< group)V> > -
VertexBuilder<
V> = Widget Function(BuildContext context, GraphViewThemeData theme, Vertex< V> vertex) -
VertexGroups<
V, G> = Map< G, Set< V> >