TableRowContentBuilder typedef

TableRowContentBuilder = Widget Function(BuildContext context, TableCellBuilder cellBuilder)

Function used to build the inner content of a row of a table.

Implementation

typedef TableRowContentBuilder = Widget Function(
  BuildContext context,
  TableCellBuilder cellBuilder,
);