GhosttyTerminalCursor constructor

const GhosttyTerminalCursor({
  1. required int row,
  2. required int col,
})

Implementation

const GhosttyTerminalCursor({required this.row, required this.col});