GeneratedColors constructor

GeneratedColors({
  1. required List<Color> accentScale,
  2. required List<Color> accentScaleAlpha,
  3. required List<Color> grayScale,
  4. required List<Color> grayScaleAlpha,
  5. required Color accentContrast,
  6. required Color accentSurface,
  7. required Color background,
})

Implementation

GeneratedColors({
  required this.accentScale,
  required this.accentScaleAlpha,
  required this.grayScale,
  required this.grayScaleAlpha,
  required this.accentContrast,
  required this.accentSurface,
  required this.background,
});