fill method

void fill(
  1. Cell? cell
)

Fills the buffer with cell over its full bounds.

Upstream: third_party/ultraviolet/buffer.go (Fill).

Implementation

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