EdgeComponent constructor
EdgeComponent(
- Edge edge,
- Graph graph,
- BuildContext context
Implementation
EdgeComponent(this.edge, this.graph, this.context)
: super(
position: edge.start.cpn?.position ?? Vector2.zero(),
anchor: Anchor.centerLeft,
);