theme property
The active theme. Listen to this to repaint when it changes.
Implementation
static final ValueNotifier<DevConsoleTheme> theme = ValueNotifier(
DevConsoleTheme.dark,
);
The active theme. Listen to this to repaint when it changes.
static final ValueNotifier<DevConsoleTheme> theme = ValueNotifier(
DevConsoleTheme.dark,
);