CursorView constructor

CursorView({
  1. required TerminalUiInteraction terminal,
  2. required CellSize cellSize,
  3. required FocusNode? focusNode,
  4. required Oscillator blinkOscillator,
  5. required TerminalStyle style,
  6. required TextLayoutCache textLayoutCache,
})

Implementation

CursorView({
  required this.terminal,
  required this.cellSize,
  required this.focusNode,
  required this.blinkOscillator,
  required this.style,
  required this.textLayoutCache,
});