CodeTheme constructor
const
CodeTheme({})
Implementation
const CodeTheme({
required this.keyword,
required this.string,
required this.number,
required this.comment,
required this.identifier,
required this.punctuation,
required this.lineNumber,
this.background = const Style(),
});