TooltipBuilder<T> typedef

TooltipBuilder<T> = String Function(DateTime key, T value)

Signature for callbacks that builds tooltip text based on the provided key and value.

Implementation

typedef TooltipBuilder<T> = String Function(DateTime key, T value);