CircularPercentIndicator constructor
const
CircularPercentIndicator({})
Implementation
const CircularPercentIndicator({
super.key,
required this.percent,
required this.radius,
this.lineWidth = 10.0,
this.animation = false,
this.animationDuration = 600,
this.center,
this.backgroundColor,
this.progressColor,
this.rotateLinearGradient = false,
});