NiceProgressRing constructor
const
NiceProgressRing({})
Implementation
const NiceProgressRing({
super.key,
required this.value,
this.size = 120,
this.strokeWidth = 12,
this.color,
this.backgroundColor,
this.centerLabel,
this.centerValue,
this.showPercentage = true,
this.centerWidget,
});