withErrorBarStyle method

BarChartSeries withErrorBarStyle(
  1. BarErrorBarStyle value
)

Replaces BarChartSeries.errorBarStyle with value.

Implementation

BarChartSeries withErrorBarStyle(BarErrorBarStyle value) =>
    copyWith(errorBarStyle: value);