clear method
void
clear()
mark _SVGAPainter
needs clear
Implementation
void clear() {
_canvasNeedsClear = true;
if (!_isDisposed) notifyListeners();
}
mark _SVGAPainter
needs clear
void clear() {
_canvasNeedsClear = true;
if (!_isDisposed) notifyListeners();
}