BezierEdge constructor
const
BezierEdge({})
Implementation
const BezierEdge({
super.key,
required this.source,
required this.target,
this.isDashed = false,
this.color = Colors.black,
this.strokeWidth = 2.0,
});