GhosttyTerminalRenderCell constructor

const GhosttyTerminalRenderCell({
  1. required String text,
  2. required int width,
  3. required bool hasText,
  4. required bool hasStyling,
  5. required bool hasHyperlink,
  6. required bool isProtected,
  7. required GhosttyCellSemanticContent semanticContent,
  8. required GhosttyTerminalRenderCellMetadata metadata,
  9. required GhosttyTerminalResolvedStyle style,
})

Implementation

const GhosttyTerminalRenderCell({
  required this.text,
  required this.width,
  required this.hasText,
  required this.hasStyling,
  required this.hasHyperlink,
  required this.isProtected,
  required this.semanticContent,
  required this.metadata,
  required this.style,
});