GhosttyTerminalRenderRow constructor

const GhosttyTerminalRenderRow({
  1. required bool dirty,
  2. required bool wrap,
  3. required bool wrapContinuation,
  4. required bool hasGrapheme,
  5. required bool styled,
  6. required bool hasHyperlink,
  7. required GhosttyRowSemanticPrompt semanticPrompt,
  8. required bool kittyVirtualPlaceholder,
  9. required List<GhosttyTerminalRenderCell> cells,
})

Implementation

const GhosttyTerminalRenderRow({
  required this.dirty,
  required this.wrap,
  required this.wrapContinuation,
  required this.hasGrapheme,
  required this.styled,
  required this.hasHyperlink,
  required this.semanticPrompt,
  required this.kittyVirtualPlaceholder,
  required this.cells,
});