withBlurRadius method

PolarColumnShadowStyle withBlurRadius(
  1. double value
)

Replaces PolarColumnShadowStyle.blurRadius with value.

Implementation

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