I am creating Linear Percent Indicator. I want to achieve rounded borders around it.
Expected Result Vs. Actual Result
My Code
LinearPercentIndicator(
linearStrokeCap: LinearStrokeCap.roundAll,
progressColor: Colors.blue[400],
backgroundColor: Colors.grey[300],
),
Error
Any Solution
Any solution to use barRadius as LinearStrokeCap?


