CursorView constructor
CursorView({
- required TerminalUiInteraction terminal,
- required CellSize cellSize,
- required FocusNode? focusNode,
- required Oscillator blinkOscillator,
- required TerminalStyle style,
- required TextLayoutCache textLayoutCache,
Implementation
CursorView({
required this.terminal,
required this.cellSize,
required this.focusNode,
required this.blinkOscillator,
required this.style,
required this.textLayoutCache,
});