withColor method

ScatterChartSeries withColor(
  1. Color value
)

Replaces ScatterChartSeries.color with value.

Implementation

ScatterChartSeries withColor(Color value) => copyWith(color: value);