empty property

DataCell empty
final

A cell that has no content and has zero width and height.

Implementation

static final DataCell empty = DataCell(Container(width: 0.0, height: 0.0))