menu
qprefs package
documentation
facade.dart
Prefs
getBoolOrTrue static method
getBoolOrTrue static method
dark_mode
light_mode
getBoolOrTrue
static method
bool
getBoolOrTrue
(
String
key
)
Implementation
static bool getBoolOrTrue( String key, ) => getBoolOr(key, false);
qprefs package
documentation
facade
Prefs
getBoolOrTrue static method
Prefs class