widgets/cells/data_grid_cell library
Classes
-
DataGridCell<
T extends DataGridRow> -
Cell widget whose content is always a stable widget instance wrapped in
CellScope. The child widget (either DataGridColumn.cellWidget or the
built-in
_DefaultTextCell) is created once and never changes identity, so Flutter preserves the entire element subtree across rebuilds.