withType method
- RadarGradientType value
Replaces RadarGradientStyle.type with value.
Implementation
RadarGradientStyle withType(RadarGradientType value) => copyWith(type: value);
Replaces RadarGradientStyle.type with value.
RadarGradientStyle withType(RadarGradientType value) => copyWith(type: value);