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