withSpreadRadius method

PolarColumnShadowStyle withSpreadRadius(
  1. double value
)

Replaces PolarColumnShadowStyle.spreadRadius with value.

Implementation

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