GhosttyTerminalRenderSnapshot constructor
- required int cols,
- required int rows,
- required GhosttyRenderStateDirty dirty,
- required Color backgroundColor,
- required Color foregroundColor,
- required GhosttyTerminalRenderCursor cursor,
- required List<
GhosttyTerminalRenderRow> rowsData,
Implementation
const GhosttyTerminalRenderSnapshot({
required this.cols,
required this.rows,
required this.dirty,
required this.backgroundColor,
required this.foregroundColor,
required this.cursor,
required this.rowsData,
});