semanticTokens property

ValueNotifier<(List<LspSemanticToken>?, int)> semanticTokens
final

The semantic tokens generated by the LSP server. Used for LSP based syntax highlighting.

Implementation

final ValueNotifier<(List<LspSemanticToken>?, int)> semanticTokens =
    ValueNotifier((null, 0));