MiuixInfiniteProgressIndicator constructor
const
MiuixInfiniteProgressIndicator({})
Implementation
const MiuixInfiniteProgressIndicator({
super.key,
this.color = const Color(0xFF888888),
this.size = MiuixProgressIndicatorDefaults.defaultInfiniteSize,
this.strokeWidth =
MiuixProgressIndicatorDefaults.defaultInfiniteStrokeWidth,
this.orbitingDotSize =
MiuixProgressIndicatorDefaults.defaultInfiniteOrbitingDotSize,
});