CircularProgressProps constructor
const
CircularProgressProps({})
Implementation
const CircularProgressProps({
required this.value,
this.size,
this.strokeWidth,
this.fillColor,
this.trackColor,
this.label,
this.showPercentage = true,
});