AnySyntaxHighlighterBaseTheme constructor
const
AnySyntaxHighlighterBaseTheme({})
Implementation
const AnySyntaxHighlighterBaseTheme({
required this.comment,
required this.keyword,
required this.identifier,
required this.function,
required this.number,
required this.string,
required this.operator,
required this.separator,
required this.decoration,
});