clearLineDecorations method

bool clearLineDecorations()

Implementation

bool clearLineDecorations() {
  if (_lineDecorationLayers.isEmpty) {
    return false;
  }
  _lineDecorationLayers.clear();
  _syncImplicitLineDecorations();
  return true;
}