rows property

List<ExpandableTableRow>? rows
final

rows contains the list of all the rows of the table, each of these can contain a list of further rows, this allows you to create nested and expandable rows. Not to be used if the controller is used. optional

Implementation

final List<ExpandableTableRow>? rows;