cell property

Widget Function(BuildContext context, T value) cell
final

Builds the cell content for a given row value. Cells are arbitrary widgets — status pills, two-line bilingual text, progress bars, links…

Implementation

final Widget Function(BuildContext context, T value) cell;