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