ThemeConfig constructor

const ThemeConfig({
  1. String? primaryColorHex,
  2. String? secondaryColorHex,
  3. String? primaryColorDarkHex,
  4. String? secondaryColorDarkHex,
})

Implementation

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