FdcProgressTextBuilder typedef
Formats the label shown for a progress-column value.
The grid calls the builder during rendering and may call it repeatedly for the same value as cells rebuild.
Implementation
typedef FdcProgressTextBuilder = String Function(num? value);