FdcBadgeColorBuilder<T> typedef
FdcBadgeColorBuilder<T> =
Color Function(T? value)
Selects the badge color 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 FdcBadgeColorBuilder<T> = Color Function(T? value);