ThemeModeNotifier constructor
ThemeModeNotifier({})
Implementation
ThemeModeNotifier({
required this.prefs,
ThemeMode mode = ThemeMode.system,
this.prefsKey = 'ledger/theme_mode',
}) : super(mode) {
if (mode == ThemeMode.system) {
_getModeFromPrefs();
}
}