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