chartColors property

List<Color>? chartColors
final

List of colors used for donut chart segments.

Each bucket gets a color from this list in order. If there are more buckets than colors, colors cycle.

Implementation

final List<Color>? chartColors;