fill method
Fills the buffer with cell over its full bounds.
Upstream: third_party/ultraviolet/buffer.go (Fill).
Implementation
void fill(Cell? cell) => fillArea(cell, bounds());
Fills the buffer with cell over its full bounds.
Upstream: third_party/ultraviolet/buffer.go (Fill).
void fill(Cell? cell) => fillArea(cell, bounds());