AnimatedPath constructor
const
AnimatedPath({})
Implementation
const AnimatedPath({
super.key,
required this.paths,
this.header,
required this.color,
this.strokeWidth = 1,
this.strokeCap = StrokeCap.square,
this.strokeJoin = StrokeJoin.miter,
required this.animation,
this.fps,
this.padding = EdgeInsets.zero,
});