CircularProgressBar constructor
const
CircularProgressBar({})
Implementation
const CircularProgressBar({
super.key,
required this.percent,
required this.radius,
required this.strokeWidth,
this.child,
this.trackColor,
this.fillColor,
this.trackGradient,
this.fillGradient,
});