RatingTheme constructor
const
RatingTheme({})
Implementation
const RatingTheme({
required this.name,
required this.background,
required this.dialogColor,
required this.buttonGradient,
required this.progressGradient,
required this.textColor,
required this.textSecondaryColor,
required this.textMutedColor,
required this.starColor,
required this.accentColor,
});