changeTheme static method
Implementation
static void changeTheme(ThemeData theme) {
_themeNotifier.value = _themeValue.copyWith(theme: theme);
}
static void changeTheme(ThemeData theme) {
_themeNotifier.value = _themeValue.copyWith(theme: theme);
}