empty constant
A cell that has no content and has zero width and height.
Implementation
static const DataCell empty = DataCell(SizedBox.shrink());
A cell that has no content and has zero width and height.
static const DataCell empty = DataCell(SizedBox.shrink());