withBarGap method

BarChartSeries withBarGap(
  1. double value
)

Replaces BarChartSeries.barGap with value.

Implementation

BarChartSeries withBarGap(double value) => copyWith(barGap: value);