CustomColorTheme constructor
CustomColorTheme({})
Implementation
CustomColorTheme({
this.themeColor,
this.textColor,
this.backgroundColor,
this.tileColor,
this.buttonMainColor,
this.buttonSecondaryColor,
});