VtCellSnapshot constructor

const VtCellSnapshot({
  1. required int codepoint,
  2. required GhosttyCellContentTag contentTag,
  3. required GhosttyCellWide wide,
  4. required bool hasText,
  5. required bool hasStyling,
  6. required int styleId,
  7. required bool hasHyperlink,
  8. required bool isProtected,
  9. required GhosttyCellSemanticContent semanticContent,
  10. int? colorPaletteIndex,
  11. VtRgbColor? colorRgb,
})

Implementation

const VtCellSnapshot({
  required this.codepoint,
  required this.contentTag,
  required this.wide,
  required this.hasText,
  required this.hasStyling,
  required this.styleId,
  required this.hasHyperlink,
  required this.isProtected,
  required this.semanticContent,
  this.colorPaletteIndex,
  this.colorRgb,
});