CircularShaderCallback typedef

CircularShaderCallback = Shader Function(ChartShaderDetails chartShaderDetails)

Signature for the callback that returns the shader value to override the fill color of the data points.

Implementation

typedef CircularShaderCallback =
    Shader Function(ChartShaderDetails chartShaderDetails);