raster constant

RenderCacheRaster const raster

The frames stored in the cache are fully rasterized. This is the most efficient to render but will use the most memory. This should only be used for very short and very small animations (final size on the screen).

Implementation

static const raster = RenderCacheRaster(maxMemory: 50000000);