GhosttyTerminalRenderCellMetadata constructor
- required int codepoint,
- required GhosttyCellContentTag contentTag,
- required int styleId,
- required int? colorPaletteIndex,
- required Color? colorRgb,
- required GhosttyCellWide wide,
- required bool hasBackgroundColor,
- 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,
});