withSpreadRadius method
- double value
Replaces RadarShadowStyle.spreadRadius with value.
Implementation
RadarShadowStyle withSpreadRadius(double value) =>
copyWith(spreadRadius: value);
Replaces RadarShadowStyle.spreadRadius with value.
RadarShadowStyle withSpreadRadius(double value) =>
copyWith(spreadRadius: value);