CustomLinearPercentIndicator constructor
CustomLinearPercentIndicator({})
Implementation
CustomLinearPercentIndicator({
required this.percent,
this.width = 50,
this.lineHeight = 8,
this.backgroundColor = Colors.blue,
this.progressColor = Colors.red,
this.animationDuration = const Duration(seconds: 2),
});