empty constant Null safety
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));
A cell that has no content and has zero width and height.
static const DataCell empty = DataCell(SizedBox(width: 0.0, height: 0.0));