ProgramRenderEvent constructor
const
ProgramRenderEvent({
- required int renderGeneration,
- required Object view,
- required DegradationLevel degradationLevel,
- required Duration renderDuration,
- int? width,
- int? height,
- TerminalNativeFrame? nativeFrame,
- TerminalNativeDeltaFrame? nativeDelta,
- TerminalNativeCellDeltaFrame? nativeCellDelta,
- List<
TerminalNativeSpanDelta> ? nativeSpanDelta,
Creates a render event.
Implementation
const ProgramRenderEvent({
required this.renderGeneration,
required this.view,
required this.degradationLevel,
required this.renderDuration,
this.width,
this.height,
this.nativeFrame,
this.nativeDelta,
this.nativeCellDelta,
this.nativeSpanDelta,
});