clearDecorations method

void clearDecorations()

Clears non-selection decoration ranges.

Implementation

void clearDecorations() {
  final changed = _model.clearDecorations();
  if (changed) {
    notifyListeners();
  }
}