ProgressIndicatorPainter constructor
      const
      ProgressIndicatorPainter({ 
    
- required double width,
 - required Color color,
 - required double progressValue,
 - required double firstAnimatedProgress,
 - required double secondAnimatedProgress,
 - required double thirdAnimatedProgress,
 - required double fourthAnimatedProgress,
 - required double fifthAnimatedProgress,
 - required double sixthAnimatedProgress,
 - double? thickness = 30,
 
constructor of ProgressIndicatorPainter
Implementation
const ProgressIndicatorPainter(
    {required this.width,
    required this.color,
    required this.progressValue,
    required this.firstAnimatedProgress,
    required this.secondAnimatedProgress,
    required this.thirdAnimatedProgress,
    required this.fourthAnimatedProgress,
    required this.fifthAnimatedProgress,
    required this.sixthAnimatedProgress,
    this.thickness = 30})
    : super();