headers property

List<ExpandableTableHeader>? headers
final

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

Implementation

final List<ExpandableTableHeader>? headers;