withType method

RadarGradientStyle withType(
  1. RadarGradientType value
)

Replaces RadarGradientStyle.type with value.

Implementation

RadarGradientStyle withType(RadarGradientType value) => copyWith(type: value);