clearLineDecorationLayer method
Clears one named whole-line decoration layer.
Implementation
void clearLineDecorationLayer(String layerKey) {
final changed = _model.clearLineDecorationLayer(layerKey);
if (changed) {
notifyListeners();
}
}
Clears one named whole-line decoration layer.
void clearLineDecorationLayer(String layerKey) {
final changed = _model.clearLineDecorationLayer(layerKey);
if (changed) {
notifyListeners();
}
}