themeMode property

ThemeMode themeMode

Sets / gets the theme mode for the CodeMeltedUI.app.

Implementation

static ThemeMode get themeMode => uiState.get<ThemeMode>("themeMode");
void themeMode=(ThemeMode v)

Implementation

static set themeMode(ThemeMode v) =>
    uiState.set<ThemeMode?>("themeMode", v, notify: true);