CircleProgress constructor
const
CircleProgress({})
Implementation
const CircleProgress(
{super.key,
required this.value,
this.strokeWidth = 8.0,
this.size = 50,
this.progressColor = Colors.blue,
this.bgColor = Colors.transparent});