withColor method

RadialBarChartSeries withColor(
  1. Color value
)

Replaces RadialBarChartSeries.color with value.

Implementation

RadialBarChartSeries withColor(Color value) => copyWith(color: value);