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