AnimationCircularProgressBar constructor
AnimationCircularProgressBar({})
Implementation
AnimationCircularProgressBar(
{required this.lineColor,
required this.width,
required this.progress,
this.bgWidth,
this.size = 96,
this.startAngle = pi / 2,
this.bgColor = Colors.transparent,
Key? key})
: super(key: key);