GhosttyTerminalRenderCell constructor
- required String text,
- required int width,
- required bool hasText,
- required bool hasStyling,
- required bool hasHyperlink,
- required bool isProtected,
- required GhosttyCellSemanticContent semanticContent,
- required GhosttyTerminalRenderCellMetadata metadata,
- 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,
});