emptyCell static method

Cell emptyCell()

Creates a space cell with width 1.

Implementation

static Cell emptyCell() => Cell(content: ' ', width: 1);