withShowDataPointMarkers method
- bool value
Replaces AreaChartSeries.showDataPointMarkers with value.
Implementation
AreaChartSeries withShowDataPointMarkers(bool value) =>
copyWith(showDataPointMarkers: value);
Replaces AreaChartSeries.showDataPointMarkers with value.
AreaChartSeries withShowDataPointMarkers(bool value) =>
copyWith(showDataPointMarkers: value);