VtCellSnapshot constructor
const
VtCellSnapshot({ - required int codepoint,
- required GhosttyCellContentTag contentTag,
- required GhosttyCellWide wide,
- required bool hasText,
- required bool hasStyling,
- required int styleId,
- required bool hasHyperlink,
- required bool isProtected,
- required GhosttyCellSemanticContent semanticContent,
- int? colorPaletteIndex,
- 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,
});