withStyle method
- SeriesStyle value
Replaces LineChartSeries.style with value.
Implementation
LineChartSeries withStyle(SeriesStyle value) => copyWith(style: value);
Replaces LineChartSeries.style with value.
LineChartSeries withStyle(SeriesStyle value) => copyWith(style: value);