clear method

  1. @override
void clear()
override

Clears the entire canvas to empty cells.

Implementation

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