withGradient method

RadarSeriesStyle withGradient(
  1. RadarGradientStyle value
)

Replaces RadarSeriesStyle.gradient with value.

Implementation

RadarSeriesStyle withGradient(RadarGradientStyle value) =>
    copyWith(gradient: value);