EdgeBuilder<V> typedef
EdgeBuilder<V> =
Widget? Function(BuildContext context, GraphViewThemeData theme, Edge<V> edge)
Implementation
typedef EdgeBuilder<V> = Widget? Function(
BuildContext context, GraphViewThemeData theme, Edge<V> edge);