menu
phoenix_base package
documentation
theme/theme_configurator.dart
BaseThemeConfig
isBrunoConfig method
isBrunoConfig method
dark_mode
light_mode
isBrunoConfig
method
bool
isBrunoConfig
(
)
检查是否有默认配置
Implementation
bool isBrunoConfig() => globalConfig[PHOENIX_CONFIG_ID] != null;
phoenix_base package
documentation
theme/theme_configurator
BaseThemeConfig
isBrunoConfig method
BaseThemeConfig class