cellBuilder property

EditableCellBuilder? cellBuilder
final

Optional custom renderer for the cell's read-only content. When set, the default text is replaced by whatever this returns (a chip, badge, bar…). Editing still uses the standard editor / select menu.

Implementation

final EditableCellBuilder? cellBuilder;