BezierEdge constructor
const
BezierEdge({
- Key? key,
- required NodeSocketModel source,
- required NodeSocketModel target,
- required LukeEdgePainter painterBuilder(),
- bool isAnimated = false,
- double dashAnimationSpeed = 1,
Implementation
const BezierEdge({
super.key,
required this.source,
required this.target,
required this.painterBuilder,
this.isAnimated = false,
this.dashAnimationSpeed = 1,
});