CellBuilder<T> typedef
CellBuilder<T> =
Widget Function(BuildContext context, T data, int row, int column)
Implementation
typedef CellBuilder<T> = Widget Function(
BuildContext context,
T data,
int row,
int column,
);