suspendPaintLayerRasterCache property

bool suspendPaintLayerRasterCache
final

Forces every paint layer to render live even when MainEditorConfigs.enablePaintLayerRasterCache is on.

Sub-editors set this while a layer is changing continuously — the paint editor's partial eraser mutates strokes on every pointer move — and while the stack is drawn under a scale the cache does not know about, such as the paint editor's zoom or the crop editor's animated transforms, where a cached image would be resampled. Captures and route transitions are handled by the stack itself.

Implementation

final bool suspendPaintLayerRasterCache;