diegoveloper / flutter_percent_indicator

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

LinearGradient for LinearPercentIndicator #95

Closed vientn1998 closed 3 years ago

vientn1998 commented 3 years ago

I have set gradient color for LinearPercentIndicator but it's not success. Does LinearPercentIndicator not support set gradient? Plz help me. Thanks you.

Screen Shot 2020-12-15 at 23 16 09
diegoveloper commented 3 years ago

You can only use progressColor or linearGradient but not both at the same time.

vientn1998 commented 3 years ago

You can only use progressColor or linearGradient but not both at the same time.

I tried and it's succeeded. Thanks you so much <3.