clearArea method
Clears the buffer within area (fills with spaces).
Implementation
void clearArea(Rectangle area) => fillArea(null, area);
Clears the buffer within area (fills with spaces).
void clearArea(Rectangle area) => fillArea(null, area);