CircleProgressView constructor
const
CircleProgressView({})
Implementation
const CircleProgressView({super.key,
required this.progressPercent,
this.progressBackGroundColor,
this.progressColor, this.width=55, this.height=55,
this.strokeWidth=6, this.fontSize=10,
this.fontColor, });