SyntaxHighlightView constructor
const
SyntaxHighlightView({})
Implementation
const SyntaxHighlightView({
super.key,
required this.code,
this.language = 'plaintext',
this.colors,
this.baseStyle,
this.showLineNumbers = true,
this.startLine = 1,
});