syntaxHighlighter property
The syntax highlighter used to color text in pre
elements.
If null, the MarkdownStyleSheet.code style is used for pre
elements.
Implementation
final SyntaxHighlighter? syntaxHighlighter;
The syntax highlighter used to color text in pre
elements.
If null, the MarkdownStyleSheet.code style is used for pre
elements.
final SyntaxHighlighter? syntaxHighlighter;