themeOppositeColor function
Implementation
Color themeOppositeColor(ThemeBGType? type) {
type = type ?? ThemeBGType.theme;
return theme[type.toString().split('.').last]['themeOppositeColor'];
}
Color themeOppositeColor(ThemeBGType? type) {
type = type ?? ThemeBGType.theme;
return theme[type.toString().split('.').last]['themeOppositeColor'];
}