withEndColor method
- Color value
Replaces RadarGradientStyle.endColor with value.
Implementation
RadarGradientStyle withEndColor(Color value) => copyWith(endColor: value);
Replaces RadarGradientStyle.endColor with value.
RadarGradientStyle withEndColor(Color value) => copyWith(endColor: value);