menu
neomage package
documentation
utils/config/settings.dart
AppSettings
themeMode property
themeMode property
dark_mode
light_mode
themeMode
property
String
get
themeMode
Implementation
String get themeMode => _prefs.getString(_themeKey) ?? 'system';
neomage package
documentation
utils/config/settings
AppSettings
themeMode property
AppSettings class