ChartInteractionCallback<T extends ChartState> typedef

ChartInteractionCallback<T extends ChartState> = void Function(T state)

Signature for the callback function that is called when gesture actioned.

Implementation

typedef ChartInteractionCallback<T extends ChartState> = void Function(T state);