withConnectGaps method
- bool value
Replaces RangeAreaChartSeries.connectGaps with value.
Implementation
RangeAreaChartSeries withConnectGaps(bool value) =>
copyWith(connectGaps: value);
Replaces RangeAreaChartSeries.connectGaps with value.
RangeAreaChartSeries withConnectGaps(bool value) =>
copyWith(connectGaps: value);