fillColorFn property

AccessorFn<Color?>? fillColorFn
final

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;