themeNotifierProvider top-level property

StateNotifierProvider<ThemeNotifier, ThemeMode> themeNotifierProvider
final

Implementation

final themeNotifierProvider = StateNotifierProvider<ThemeNotifier, ThemeMode>((ref) => ThemeNotifier(_initialTheme));