ThemeConfig constructor
const
ThemeConfig({})
Implementation
const ThemeConfig({
this.primaryColorHex,
this.secondaryColorHex,
this.primaryColorDarkHex,
this.secondaryColorDarkHex,
this.headerLogo,
});
const ThemeConfig({
this.primaryColorHex,
this.secondaryColorHex,
this.primaryColorDarkHex,
this.secondaryColorDarkHex,
this.headerLogo,
});