clear method Null safety
Reset the raster held by any listening RasterWidget.
This has no effect if rasterize is false.
Implementation
void clear() {
  notifyListeners();
}Reset the raster held by any listening RasterWidget.
This has no effect if rasterize is false.
void clear() {
  notifyListeners();
}