CircularTouchInteractionCallback typedef

CircularTouchInteractionCallback = void Function(ChartTouchInteractionArgs tapArgs)

Returns the offset.

Implementation

typedef CircularTouchInteractionCallback =
    void Function(ChartTouchInteractionArgs tapArgs);