ChartRenderLayerReport constructor
const
ChartRenderLayerReport({})
Implementation
const ChartRenderLayerReport({
required this.name,
required this.cacheable,
required this.dirtyBeforePaint,
required this.sizeChanged,
required this.cacheHit,
required this.recordedPicture,
this.retainedPicture = false,
this.skippedPictureCacheWrite = false,
required this.livePaint,
required this.paintDuration,
});