MiuixLinearProgressIndicator constructor

const MiuixLinearProgressIndicator({
  1. Key? key,
  2. double? progress,
  3. MiuixProgressIndicatorColors? colors,
  4. double height = MiuixProgressIndicatorDefaults.defaultLinearHeight,
})

Implementation

const MiuixLinearProgressIndicator({
  super.key,
  this.progress,
  this.colors,
  this.height = MiuixProgressIndicatorDefaults.defaultLinearHeight,
});