clear method
void
clear()
mark _SVGAPainter
needs clear
Implementation
void clear() {
this._canvasNeedsClear = true;
this.notifyListeners();
}
mark _SVGAPainter
needs clear
void clear() {
this._canvasNeedsClear = true;
this.notifyListeners();
}