Artur
Results
3
comments of
Artur
My walk around is to pass to pickerColor any color value that isn't defined in your avaliableColors list. However, my solution should thorw an error so I hope it's just...
Use RatingBarIndicator() which is a buildin widget. `RatingBarIndicator( rating: rating, itemSize: itemSize, itemBuilder: (context, index) => Icon( Icons.star, color: Colos.red, ));`
I believe the issue still exist.