MiuixCircularProgressIndicator constructor
const
MiuixCircularProgressIndicator({
- Key? key,
- double? progress,
- MiuixProgressIndicatorColors? colors,
- double strokeWidth = MiuixProgressIndicatorDefaults.defaultCircularStrokeWidth,
- double size = MiuixProgressIndicatorDefaults.defaultCircularSize,
Implementation
const MiuixCircularProgressIndicator({
super.key,
this.progress,
this.colors,
this.strokeWidth =
MiuixProgressIndicatorDefaults.defaultCircularStrokeWidth,
this.size = MiuixProgressIndicatorDefaults.defaultCircularSize,
});