diegoveloper / flutter_percent_indicator

Flutter percent indicator library
BSD 2-Clause "Simplified" License
679 stars 206 forks source link

Change the border radius #148

Closed LaTrita97 closed 2 years ago

LaTrita97 commented 2 years ago

It is possible to change the border radius of the percent indicator?

Now we can only select from .butt and .round but if I would add to the corners a radius of 5.0 I can't.

Could you add this feature or not?

Best regards.

diegoveloper commented 2 years ago

https://github.com/diegoveloper/flutter_percent_indicator/blob/6e30d8d3bad25db72803375eb9f0ae13de95cfed/lib/linear_percent_indicator.dart#L49

LaTrita97 commented 2 years ago

Thank you👍🏻