withShadow method
- RadarShadowStyle value
Replaces RadarSeriesStyle.shadow with value.
Implementation
RadarSeriesStyle withShadow(RadarShadowStyle value) =>
copyWith(shadow: value);
Replaces RadarSeriesStyle.shadow with value.
RadarSeriesStyle withShadow(RadarShadowStyle value) =>
copyWith(shadow: value);