clear method

void clear()

Clears the entire canvas to empty cells.

Implementation

void clear() => _scr.clear();