withGradient method
- PolarColumnGradientStyle value
Replaces PolarColumnStyle.gradient with value.
Implementation
PolarColumnStyle withGradient(PolarColumnGradientStyle value) =>
copyWith(gradient: value);
Replaces PolarColumnStyle.gradient with value.
PolarColumnStyle withGradient(PolarColumnGradientStyle value) =>
copyWith(gradient: value);