withColor method

LineChartSeries withColor(
  1. Color value
)

Replaces LineChartSeries.color with value.

Implementation

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