CircularProgressBar constructor
const
CircularProgressBar({})
Implementation
const CircularProgressBar({
super.key,
required this.progress,
this.size = 100,
this.strokeWidth = 8,
this.backgroundColor = const Color(0xFFE0E0E0),
this.progressColor = Colors.teal,
this.animationDuration = const Duration(milliseconds: 800),
});