table_view_typedefs library

Typedefs

TableCellBuilder = Widget Function(BuildContext context, int column)
Function used to build a widget for passed cell in a row.
TableRowContentBuilder = Widget Function(BuildContext context, TableCellBuilder cellBuilder)
Function used to build the inner content of a row of a table.