VtRenderSnapshot constructor
- required int cols,
- required int rows,
- required GhosttyRenderStateDirty dirty,
- required VtRenderColors colors,
- required VtRenderCursorSnapshot cursor,
- required List<
VtRenderRowSnapshot> rowsData,
Implementation
const VtRenderSnapshot({
required this.cols,
required this.rows,
required this.dirty,
required this.colors,
required this.cursor,
required this.rowsData,
});