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