GhosttyTerminalSelectionContent<SelectionT> constructor
- required SelectionT selection,
- required String text,
Implementation
const GhosttyTerminalSelectionContent({
required this.selection,
required this.text,
});
const GhosttyTerminalSelectionContent({
required this.selection,
required this.text,
});