ChromaTheme constructor
const
ChromaTheme({
- Style? text,
- Style? error,
- Style? comment,
- Style? commentPreproc,
- Style? keyword,
- Style? keywordReserved,
- Style? keywordNamespace,
- Style? keywordType,
- Style? operator,
- Style? punctuation,
- Style? name,
- Style? nameBuiltin,
- Style? nameTag,
- Style? nameAttribute,
- Style? nameClass,
- Style? nameConstant,
- Style? nameDecorator,
- Style? nameException,
- Style? nameFunction,
- Style? nameOther,
- Style? literal,
- Style? literalNumber,
- Style? literalDate,
- Style? literalString,
- Style? literalStringEscape,
- Style? genericDeleted,
- Style? genericEmph,
- Style? genericInserted,
- Style? genericStrong,
- Style? genericSubheading,
- 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,
});