RoundedProgressComponent constructor
const
RoundedProgressComponent({})
Implementation
const RoundedProgressComponent({
Key? key,
this.strokeWidth = 8.0,
this.backgroundColor = Colors.grey,
this.valueColor = Colors.blue,
}) : super(key: key);