CarpenterTableCellBuilder<T> typedef
CarpenterTableCellBuilder<T> =
Widget Function(BuildContext context, T item)
Builds the content displayed in one table cell for item.
Implementation
typedef CarpenterTableCellBuilder<T> =
Widget Function(BuildContext context, T item);