changeThemeMode static method

void changeThemeMode(
  1. ThemeMode themeMode
)

Implementation

static void changeThemeMode(ThemeMode themeMode) {
  _themeNotifier.value = _themeValue.copyWith(themeMode: themeMode);
}