withBlurRadius method

RadarShadowStyle withBlurRadius(
  1. double value
)

Replaces RadarShadowStyle.blurRadius with value.

Implementation

RadarShadowStyle withBlurRadius(double value) => copyWith(blurRadius: value);