menu
flutter_data_components package
documentation
fdc.dart
FdcCustomColumn<T>
cellBuilder property
cellBuilder property
dark_mode
light_mode
cellBuilder
property
FdcCustomCellBuilder
<
T
>
cellBuilder
final
Builds the custom cell widget for the current row.
Implementation
final FdcCustomCellBuilder<T> cellBuilder;
flutter_data_components package
documentation
fdc
FdcCustomColumn<T>
cellBuilder property
FdcCustomColumn class