clearSyntax method
Removes syntax decorations while preserving every other layer.
Implementation
bool clearSyntax() => clearDecorationLayer(textSyntaxDecorationLayerKey);
Removes syntax decorations while preserving every other layer.
bool clearSyntax() => clearDecorationLayer(textSyntaxDecorationLayerKey);