FdcBadgeTextBuilder<T> typedef

FdcBadgeTextBuilder<T> = String Function(T? value)

Builds the text displayed by a badge column for the current cell value.

The grid calls the builder during cell rendering. Keep it side-effect free because visible cells may be rebuilt repeatedly.

Implementation

typedef FdcBadgeTextBuilder<T> = String Function(T? value);