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