ProgressCircularPainter constructor
ProgressCircularPainter(- {required Color colorAccent,
- required Color colorBackgroundSecondary1,
- required double progress,
- required bool isIndeterminate,
- bool isIndeterminateAnimating = false,
- bool hasAppFocus = true,
- required bool isLightTheme}
)
Implementation
ProgressCircularPainter(
{required this.colorAccent,
required this.colorBackgroundSecondary1,
required this.progress,
required this.isIndeterminate,
this.isIndeterminateAnimating = false,
this.hasAppFocus = true,
required this.isLightTheme});