withSpreadRadius method

PieElevationStyle withSpreadRadius(
  1. double value
)

Replaces PieElevationStyle.spreadRadius with value.

Implementation

PieElevationStyle withSpreadRadius(double value) =>
    copyWith(spreadRadius: value);