withStrokeWidth method
- double value
Replaces LineChartSeries.strokeWidth with value.
Implementation
LineChartSeries withStrokeWidth(double value) => copyWith(strokeWidth: value);
Replaces LineChartSeries.strokeWidth with value.
LineChartSeries withStrokeWidth(double value) => copyWith(strokeWidth: value);