withStyle method

BarChartSeries withStyle(
  1. SeriesStyle value
)

Replaces BarChartSeries.style with value.

Implementation

BarChartSeries withStyle(SeriesStyle value) => copyWith(style: value);