withConnectGaps method

RangeAreaChartSeries withConnectGaps(
  1. bool value
)

Replaces RangeAreaChartSeries.connectGaps with value.

Implementation

RangeAreaChartSeries withConnectGaps(bool value) =>
    copyWith(connectGaps: value);