withShadow method

RadarSeriesStyle withShadow(
  1. RadarShadowStyle value
)

Replaces RadarSeriesStyle.shadow with value.

Implementation

RadarSeriesStyle withShadow(RadarShadowStyle value) =>
    copyWith(shadow: value);