core/dev_console_theme library
Classes
- DevConsolePalette
- The colours the console chrome and tabs paint with.
- DevConsoleThemeController
- Holds the console's active theme.
Enums
- DevConsoleTheme
-
The console's color scheme. Set the starting value via
DevToolkitConfig.theme; flip it at runtime with DevConsoleThemeController.toggle.
Extensions
- DevConsoleThemeX on DevConsoleTheme
- Derives the concrete palette, Brightness, and ThemeData for a DevConsoleTheme value.
Properties
- palette → DevConsolePalette
-
Shorthand for the active palette, so console widgets can write
palette.subtleinstead of threading a theme through every constructor.no setter