cells property
The widget of each cell for this row.
There must be exactly as many cells as there are columns in the SfDataGrid.
Implementation
final List<Widget> cells;
The widget of each cell for this row.
There must be exactly as many cells as there are columns in the SfDataGrid.
final List<Widget> cells;