UpdateTouchableShapesCallback typedef

UpdateTouchableShapesCallback = void Function(List<TouchableShape<ChartDataItem>> touchableShapes)

Implementation

typedef UpdateTouchableShapesCallback = void Function(
    List<TouchableShape<ChartDataItem>> touchableShapes);