smoothratingbar icon indicating copy to clipboard operation
smoothratingbar copied to clipboard

Change color and borderColor for unselected stars

Open RempelOliveira opened this issue 5 years ago • 2 comments

It would be great to have two more parameters to change the background and border color for unselected stars.

RempelOliveira avatar Jan 05 '20 18:01 RempelOliveira

https://pub.dev/packages/flutter_star_rating almost does what you want, but does not have a separate border color for unselected ones. However, both of these libraries are fairly easy to understand and modify.

ftvs avatar Jan 29 '20 04:01 ftvs

borderColor: property changes the border color of the unselected star, however it would be great if we could have a filled stars for the unselected one and we could customize it with the unselected color

maheshj01 avatar Oct 27 '20 05:10 maheshj01