MiuixLinearProgressIndicator constructor
const
MiuixLinearProgressIndicator({
- Key? key,
- double? progress,
- MiuixProgressIndicatorColors? colors,
- double height = MiuixProgressIndicatorDefaults.defaultLinearHeight,
Implementation
const MiuixLinearProgressIndicator({
super.key,
this.progress,
this.colors,
this.height = MiuixProgressIndicatorDefaults.defaultLinearHeight,
});