diegoveloper / flutter_percent_indicator

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

add a border to the progressIndicator #166

Closed lcyper closed 2 years ago

lcyper commented 2 years ago

so this way can we have a transparent background and steel seen the circularProgresIndicator.

thanks

diegoveloper commented 2 years ago

sorry for the late response, did you fix this issue?

lcyper commented 2 years ago

i used this properties: that work for me.

CircularPercentIndicator( lineWidth: 10, circularStrokeCap: CircularStrokeCap.round, progressColor: Theme.of(context).colorScheme.secondary,)