menu
neomage package
documentation
data/tools/config_tool.dart
SupportedSettingsRegistry
getConfig method
getConfig method
dark_mode
light_mode
getConfig
method
SettingConfig
?
getConfig
(
String
key
)
Get the config for a setting.
Implementation
SettingConfig? getConfig(String key) => _settings[key];
neomage package
documentation
data/tools/config_tool
SupportedSettingsRegistry
getConfig method
SupportedSettingsRegistry class