StarRating constructor
StarRating({
- int starCount = 5,
- double rating = .0,
- RatingChangeCallback? onRatingChanged,
- Color? color,
- double size = 25,
Implementation
StarRating({
this.starCount = 5,
this.rating = .0,
this.onRatingChanged,
this.color,
this.size = 25,
});