Sets a new value to the themeMode.
void setThemeMode(ThemeMode value) { if (themeMode.value == value) return; themeMode.value = value; _preferences.setString(_themeModeKey, value.name); }