fillColor property

Color? fillColor
final

Optional fill color of this datum.

If this is defined, then color will be used as a stroke color. Otherwise, color will be used for the fill color.

Implementation

final Color? fillColor;