LabelDelegate<T> typedef

LabelDelegate<T> = String? Function(T?)

Implementation

typedef LabelDelegate<T> = String? Function(T?);