CircularProgressIndicator constructor
const
CircularProgressIndicator({})
Implementation
const CircularProgressIndicator({
super.key,
this.value,
this.backgroundColor,
this.color,
this.valueColor,
this.strokeWidth = 4.0,
this.strokeAlign = 0.0,
this.semanticsLabel,
this.semanticsValue,
this.strokeCap,
});