syntaxHighlighter property
SyntaxHighlighter?
syntaxHighlighter
finalinherited
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;