fill method

void fill(
  1. Cell? cell
)

Fills the buffer with cell over its full bounds.

Implementation

void fill(Cell? cell) => fillArea(cell, bounds());