RenderProgress constructor

const RenderProgress(
  1. RenderPhase phase, {
  2. int? completedFrames,
  3. int? totalFrames,
  4. String? compositionKey,
})

Creates a progress update for phase.

Implementation

const RenderProgress(
  this.phase, {
  this.completedFrames,
  this.totalFrames,
  this.compositionKey,
});