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