ChromaTheme constructor

const ChromaTheme({
  1. Style? text,
  2. Style? error,
  3. Style? comment,
  4. Style? commentPreproc,
  5. Style? keyword,
  6. Style? keywordReserved,
  7. Style? keywordNamespace,
  8. Style? keywordType,
  9. Style? operator,
  10. Style? punctuation,
  11. Style? name,
  12. Style? nameBuiltin,
  13. Style? nameTag,
  14. Style? nameAttribute,
  15. Style? nameClass,
  16. Style? nameConstant,
  17. Style? nameDecorator,
  18. Style? nameException,
  19. Style? nameFunction,
  20. Style? nameOther,
  21. Style? literal,
  22. Style? literalNumber,
  23. Style? literalDate,
  24. Style? literalString,
  25. Style? literalStringEscape,
  26. Style? genericDeleted,
  27. Style? genericEmph,
  28. Style? genericInserted,
  29. Style? genericStrong,
  30. Style? genericSubheading,
  31. Style? background,
})

Implementation

const ChromaTheme({
  this.text,
  this.error,
  this.comment,
  this.commentPreproc,
  this.keyword,
  this.keywordReserved,
  this.keywordNamespace,
  this.keywordType,
  this.operator,
  this.punctuation,
  this.name,
  this.nameBuiltin,
  this.nameTag,
  this.nameAttribute,
  this.nameClass,
  this.nameConstant,
  this.nameDecorator,
  this.nameException,
  this.nameFunction,
  this.nameOther,
  this.literal,
  this.literalNumber,
  this.literalDate,
  this.literalString,
  this.literalStringEscape,
  this.genericDeleted,
  this.genericEmph,
  this.genericInserted,
  this.genericStrong,
  this.genericSubheading,
  this.background,
});