withErrorBarStyle method
- BarErrorBarStyle value
Replaces BarChartSeries.errorBarStyle with value.
Implementation
BarChartSeries withErrorBarStyle(BarErrorBarStyle value) =>
copyWith(errorBarStyle: value);
Replaces BarChartSeries.errorBarStyle with value.
BarChartSeries withErrorBarStyle(BarErrorBarStyle value) =>
copyWith(errorBarStyle: value);