menu
app_color package
documentation
app_color.dart
ColorThemeConfig
detect method
detect method
dark_mode
light_mode
detect
method
ThemeColors
detect
(
bool
darkMode
)
inherited
Implementation
T detect(bool darkMode) => darkMode ? dark : light;
app_color package
documentation
app_color
ColorThemeConfig
detect method
ColorThemeConfig class