ProgressBarPainter constructor
ProgressBarPainter({})
Implementation
ProgressBarPainter(
{required this.colorAccent,
required this.backgroundColor,
required this.progress,
required this.isIndeterminate,
this.isIndeterminateAnimating = false,
this.hasAppFocus = true});