withDataPointMarkerBackground method
- Color value
Replaces LineChartSeries.dataPointMarkerBackground with value.
Implementation
LineChartSeries withDataPointMarkerBackground(Color value) =>
copyWith(dataPointMarkerBackground: value);
Replaces LineChartSeries.dataPointMarkerBackground with value.
LineChartSeries withDataPointMarkerBackground(Color value) =>
copyWith(dataPointMarkerBackground: value);