VtRenderSnapshot constructor

const VtRenderSnapshot({
  1. required int cols,
  2. required int rows,
  3. required GhosttyRenderStateDirty dirty,
  4. required VtRenderColors colors,
  5. required VtRenderCursorSnapshot cursor,
  6. 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,
});