withStrokeWidth method

RadarSeriesStyle withStrokeWidth(
  1. double value
)

Replaces RadarSeriesStyle.strokeWidth with value.

Implementation

RadarSeriesStyle withStrokeWidth(double value) =>
    copyWith(strokeWidth: value);