tableRows property

List<TableRow>? tableRows
getter/setter pair

The contents and style of each row.

Implementation

core.List<TableRow>? tableRows;