RenderProgress constructor
const
RenderProgress(
- RenderPhase phase, {
- int? completedFrames,
- int? totalFrames,
- String? compositionKey,
Creates a progress update for phase.
Implementation
const RenderProgress(
this.phase, {
this.completedFrames,
this.totalFrames,
this.compositionKey,
});