withColor method

PolarColumnChartSeries withColor(
  1. Color value
)

Replaces PolarColumnChartSeries.color with value.

Implementation

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