NiceStarRating constructor
const
NiceStarRating({})
Implementation
const NiceStarRating({
super.key,
this.rating = 0,
this.starCount = 5,
this.starSize = 24,
this.activeColor,
this.inactiveColor,
this.onRatingChanged,
this.readOnly = false,
this.allowHalfRating = false,
this.padding,
});