zeroCell static method

Cell zeroCell()

Creates an empty placeholder cell with zero width and no attributes.

Implementation

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