controller property

ExpandableTableController? controller
final

controller specifies the external controller of the table, allows you to dynamically manage the data in the table externally. Do not use if firstHeaderCell, headers and rows are passed 'optional'

Implementation

final ExpandableTableController? controller;