DevConsolePalette constructor
const
DevConsolePalette({})
Creates a palette. Every color is required — there is no default look to fall back on, by design, so a new theme can't ship half-styled.
Implementation
const DevConsolePalette({
required this.background,
required this.appBar,
required this.surface,
required this.divider,
required this.onSurface,
required this.subtle,
required this.faint,
required this.scrim,
});