withCategorySpacing method

BarChartSeries withCategorySpacing(
  1. double value
)

Replaces BarChartSeries.categorySpacing with value.

Implementation

BarChartSeries withCategorySpacing(double value) =>
    copyWith(categorySpacing: value);