withColor method

BarChartSeries withColor(
  1. Color value
)

Replaces BarChartSeries.color with value.

Implementation

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