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