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