syntaxHighlighter property

SyntaxHighlighter? syntaxHighlighter
final

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;