GhosttyTerminalSelection constructor

const GhosttyTerminalSelection({
  1. required GhosttyTerminalCellPosition base,
  2. required GhosttyTerminalCellPosition extent,
})

Implementation

const GhosttyTerminalSelection({required this.base, required this.extent});