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