GhosttyTerminalRenderCellMetadata constructor

const GhosttyTerminalRenderCellMetadata({
  1. required int codepoint,
  2. required GhosttyCellContentTag contentTag,
  3. required int styleId,
  4. required int? colorPaletteIndex,
  5. required Color? colorRgb,
  6. required GhosttyCellWide wide,
  7. required bool hasBackgroundColor,
  8. Color? backgroundColor,
})

Implementation

const GhosttyTerminalRenderCellMetadata({
  required this.codepoint,
  required this.contentTag,
  required this.styleId,
  required this.colorPaletteIndex,
  required this.colorRgb,
  required this.wide,
  required this.hasBackgroundColor,
  this.backgroundColor,
});