RatingWidget constructor
const
RatingWidget({})
Implementation
const RatingWidget({
super.key,
required this.rating,
this.maxRating = 5,
this.size = 24,
this.onRatingChanged,
this.allowHalfRating = true,
this.color,
});