withStrokeOpacity method

RadarSeriesStyle withStrokeOpacity(
  1. double value
)

Replaces RadarSeriesStyle.strokeOpacity with value.

Implementation

RadarSeriesStyle withStrokeOpacity(double value) =>
    copyWith(strokeOpacity: value);