withSpreadRadius method

RadarShadowStyle withSpreadRadius(
  1. double value
)

Replaces RadarShadowStyle.spreadRadius with value.

Implementation

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