GhosttyTerminalSelectionContent<SelectionT> constructor

const GhosttyTerminalSelectionContent<SelectionT>({
  1. required SelectionT selection,
  2. required String text,
})

Implementation

const GhosttyTerminalSelectionContent({
  required this.selection,
  required this.text,
});