CircularProgressBar constructor
CircularProgressBar({})
Implementation
CircularProgressBar(
{required this.lineColor,
required this.width,
this.bgWidth,
this.progress = 1,
this.startAngle = pi / 2,
this.bgColor = Colors.transparent}) {
endAngle = progress / 1 * 2 * pi;
}