NiceRatingSummary constructor
const
NiceRatingSummary({})
Implementation
const NiceRatingSummary({
super.key,
required this.averageRating,
required this.totalReviews,
required this.ratingDistribution,
this.starSize = 20,
this.activeColor,
this.barColor,
this.showLabels = true,
});