EdgePathBuilder typedef
EdgePathBuilder =
Path Function(NodeInput income, NodeInput node, List<List<double> > points, EdgeStyle style)
Implementation
typedef EdgePathBuilder = Path Function(NodeInput income, NodeInput node,
List<List<double>> points, EdgeStyle style);