ComRating constructor
const
ComRating({})
Implementation
const ComRating({
super.key,
this.rating = 0.0,
this.starCount = 5,
this.starSize = 24.0,
this.filledColor = Colors.amber,
this.unfilledColor = Colors.grey,
this.allowHalfStar = true,
this.spacing = 2.0,
this.onRatingChanged,
this.filledIcon,
this.unfilledIcon,
this.halfFilledIcon,
});