withBlurRadius method
- double value
Replaces RadarShadowStyle.blurRadius with value.
Implementation
RadarShadowStyle withBlurRadius(double value) => copyWith(blurRadius: value);
Replaces RadarShadowStyle.blurRadius with value.
RadarShadowStyle withBlurRadius(double value) => copyWith(blurRadius: value);