setCell method

  1. @override
void setCell(
  1. int x,
  2. int y,
  3. Cell? cell
)
override

Sets the cell at (x, y) in the backing buffer.

Implementation

@override
void setCell(int x, int y, Cell? cell) => _scr.setCell(x, y, cell);