emptyCell static method

Cell emptyCell()

Creates a space cell with width 1.

Implementation

static Cell emptyCell() => Cell._packed(
  style: const UvStyle(),
  link: const Link(),
  width: 1,
  contentKind: _CellContentKind.space,
  contentValue: 0,
  styleId: 0,
  linkId: 0,
);