withShowDataPointMarkers method

LineChartSeries withShowDataPointMarkers(
  1. bool value
)

Replaces LineChartSeries.showDataPointMarkers with value.

Implementation

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