CodeTheme constructor
const
CodeTheme({})
Implementation
const CodeTheme({
this.baseColor,
this.numberColor,
this.commentColor,
this.keywordColor,
this.stringColor,
this.punctuationColor,
this.classColor,
this.constantColor,
});