empty constant Null safety

DataCell const empty

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

Implementation

static const DataCell empty = DataCell(SizedBox(width: 0.0, height: 0.0));