TopicTheme constructor

const TopicTheme({
  1. Color? generalColor,
  2. Color? colorsColor,
  3. Color? componentsColor,
  4. Color? controlsColor,
  5. Color? inputsColor,
  6. Color? barsColor,
  7. Color? navigationColor,
  8. Color? surfacesColor,
  9. Color? textsColor,
})

Implementation

const TopicTheme({
  this.generalColor,
  this.colorsColor,
  this.componentsColor,
  this.controlsColor,
  this.inputsColor,
  this.barsColor,
  this.navigationColor,
  this.surfacesColor,
  this.textsColor,
});