ProgressRing constructor
Implementation
const ProgressRing({
super.key,
required this.progress,
this.color,
this.size = 60,
this.strokeWidth = 5,
this.child,
});
const ProgressRing({
super.key,
required this.progress,
this.color,
this.size = 60,
this.strokeWidth = 5,
this.child,
});