ApperoRatingImages constructor
const
ApperoRatingImages({})
Implementation
const ApperoRatingImages({
required this.strongNegative,
required this.negative,
required this.neutral,
required this.positive,
required this.strongPositive,
});