withColor method

PieChartSeries withColor(
  1. Color value
)

Replaces PieChartSeries.color with value.

Implementation

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