RoundedProgressBar(
style: RoundedProgressBarStyle(
borderWidth: 0,
widthShadow: 0,
colorProgress: Color(0xFF00D970),
// backgroundProgress: Color(0xFF1B5067),
),
height: 30.0,
margin: EdgeInsets.symmetric(vertical: 8.0),
borderRadius: BorderRadius.circular(24),
percent: 50,
childCenter: Text(
'50%',
),
),
Hello,
I would like to report that the progress bar is not filling up correctly.
For example, percent 50 is not centered, 80 is full.