fillColorFn property
fillColorFn returns the rendered fill color for a given data value. If not provided, then colorFn will be used as a fallback.
Implementation
final AccessorFn<Color?>? fillColorFn;
fillColorFn returns the rendered fill color for a given data value. If not provided, then colorFn will be used as a fallback.
final AccessorFn<Color?>? fillColorFn;