withGradient method

PolarColumnStyle withGradient(
  1. PolarColumnGradientStyle value
)

Replaces PolarColumnStyle.gradient with value.

Implementation

PolarColumnStyle withGradient(PolarColumnGradientStyle value) =>
    copyWith(gradient: value);