EditableCellBuilder typedef

EditableCellBuilder = Widget Function(BuildContext context, EditableCellData cell)

Builds the read-only content of a cell — a host hook for chips, badges, progress bars, icons, links… Returned widget replaces the default text. The cell stays selectable/editable; this only changes how it looks when not being edited.

Implementation

typedef EditableCellBuilder = Widget Function(BuildContext context, EditableCellData cell);