withShowDataPointMarkers method

AreaChartSeries withShowDataPointMarkers(
  1. bool value
)

Replaces AreaChartSeries.showDataPointMarkers with value.

Implementation

AreaChartSeries withShowDataPointMarkers(bool value) =>
    copyWith(showDataPointMarkers: value);