CircularProgress constructor
const
CircularProgress({})
Implementation
const CircularProgress({
required this.value,
this.size,
this.strokeWidth,
this.style,
this.label,
this.showPercentage = true,
super.key,
});