ApperoRatingImages constructor

const ApperoRatingImages({
  1. required String strongNegative,
  2. required String negative,
  3. required String neutral,
  4. required String positive,
  5. required String strongPositive,
})

Implementation

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