withStyle method

ScatterChartSeries withStyle(
  1. SeriesStyle value
)

Replaces ScatterChartSeries.style with value.

Implementation

ScatterChartSeries withStyle(SeriesStyle value) => copyWith(style: value);