withShowBoundaryMarkers method

RangeAreaChartSeries withShowBoundaryMarkers(
  1. bool value
)

Replaces RangeAreaChartSeries.showBoundaryMarkers with value.

Implementation

RangeAreaChartSeries withShowBoundaryMarkers(bool value) =>
    copyWith(showBoundaryMarkers: value);