CircleProgressBar constructor
const
CircleProgressBar({})
Implementation
const CircleProgressBar({
Key? key,
required this.outerRadius,
required this.ringsWidth,
this.ringsColor = C.themeColor,
this.progress = 0.0,
this.duration = const Duration(seconds: 15),
}) : super(key: key);