LinearPercentIndicator constructor
const
LinearPercentIndicator({})
Implementation
const LinearPercentIndicator({
super.key,
required this.percent,
this.lineHeight = 8.0,
this.barRadius,
this.animation = false,
this.animationDuration = 500,
this.backgroundColor,
this.progressColor,
this.padding = EdgeInsets.zero,
});