setTheme method
Implementation
void setTheme(AppTheme theme) {
_theme = theme;
_colorConfiguration = theme == AppTheme.dark ? dark : light;
}
void setTheme(AppTheme theme) {
_theme = theme;
_colorConfiguration = theme == AppTheme.dark ? dark : light;
}