cells property

List<Widget> cells
final

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;