fill abstract method

void fill(
  1. Cell? cell
)

Fills the entire screen with cell.

Implementation

void fill(Cell? cell);