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