withBlurRadius method

PieElevationStyle withBlurRadius(
  1. double value
)

Replaces PieElevationStyle.blurRadius with value.

Implementation

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