MiuixCircularProgressIndicator constructor

const MiuixCircularProgressIndicator({
  1. Key? key,
  2. double? progress,
  3. MiuixProgressIndicatorColors? colors,
  4. double strokeWidth = MiuixProgressIndicatorDefaults.defaultCircularStrokeWidth,
  5. double size = MiuixProgressIndicatorDefaults.defaultCircularSize,
})

Implementation

const MiuixCircularProgressIndicator({
  super.key,
  this.progress,
  this.colors,
  this.strokeWidth =
      MiuixProgressIndicatorDefaults.defaultCircularStrokeWidth,
  this.size = MiuixProgressIndicatorDefaults.defaultCircularSize,
});