menu
bones_ui package
documentation
bones_ui.dart
ConfigDocument
getAsBool method
getAsBool method
dark_mode
light_mode
getAsBool
method
bool
?
getAsBool
(
String
key
, [
bool
?
def
])
Implementation
bool? getAsBool(String key, [bool? def]) => parseBool(get(key), def);
bones_ui package
documentation
bones_ui
ConfigDocument
getAsBool method
ConfigDocument class