TableDataBuilder typedef
A function type that builds table data widgets for a specific row.
Returns a list of widgets representing the data for each column in the row.
The index parameter represents the row index.
Implementation
typedef TableDataBuilder = List<Widget> Function(int index);