FdcCustomCellBuilder<T> typedef
FdcCustomCellBuilder<T> =
Widget Function(FdcFieldContext<T> field, FdcCellContext cell)
Builds a custom grid cell for a field-bound FdcCustomColumn.
Implementation
typedef FdcCustomCellBuilder<T> =
Widget Function(FdcFieldContext<T> field, FdcCellContext cell);