rows property

List<TableRow>? rows
final

List of rows to display in the table.

Type: List<TableRow>?. Contains the table data organized as rows. Can include TableRow, TableHeader, and TableFooter instances. Each row contains a list of TableCell widgets.

Implementation

final List<TableRow>? rows;