clearDecorations method
Implementation
bool clearDecorations() {
if (_decorationLayers.isEmpty) {
return false;
}
_decorationLayers.clear();
_rebuildDecorations();
return true;
}
bool clearDecorations() {
if (_decorationLayers.isEmpty) {
return false;
}
_decorationLayers.clear();
_rebuildDecorations();
return true;
}