ChartTooltipBuilder<T extends ChartState> typedef
ChartTooltipBuilder<T extends ChartState> =
Widget Function(BuildContext context, T state)
Signature for the callback function that is called when need tooltip widget in the chart.
Implementation
typedef ChartTooltipBuilder<T extends ChartState> = Widget Function(BuildContext context, T state);