empty property
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))
A cell that has no content and has zero width and height.
static final DataCell empty = DataCell(Container(width: 0.0, height: 0.0))