areaColorFn property
areaColorFn returns the area color for a given data value. If not provided, then some variation of the main colorFn will be used (e.g. 10% opacity).
This color is used for supplemental information on the series, such as confidence intervals or area skirts.
Implementation
final AccessorFn<Color>? areaColorFn;