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