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