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