clear method Null safety

void clear()

Reset the raster held by any listening RasterWidget.

This has no effect if rasterize is false.

Implementation

void clear() {
  notifyListeners();
}