CircularShaderCallback typedef Null safety
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);