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