LabelBuilder<T> typedef

LabelBuilder<T> = String Function(T value)

Signature for callbacks that builds label text based on the provided key.

Implementation

typedef LabelBuilder<T> = String Function(T value);