TableCellBuilder typedef
TableCellBuilder =
Widget Function(BuildContext context, int row, int col)
A builder function that creates a widget for a given position in a 2D grid of widgets.
Implementation
typedef TableCellBuilder = Widget Function(BuildContext context, int row, int col);