withColor method
- Color value
Replaces ScatterChartSeries.color with value.
Implementation
ScatterChartSeries withColor(Color value) => copyWith(color: value);
Replaces ScatterChartSeries.color with value.
ScatterChartSeries withColor(Color value) => copyWith(color: value);