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