RatingStarsSimpleProps constructor
const
RatingStarsSimpleProps({})
Implementation
const RatingStarsSimpleProps({
required this.rating,
this.maxStars = 5,
this.size = 16,
this.interactive = false,
this.onRatingChanged,
});