theme property

The active theme. Listen to this to repaint when it changes.

Implementation

static final ValueNotifier<DevConsoleTheme> theme = ValueNotifier(
  DevConsoleTheme.dark,
);