withEnabled method
- bool value
Replaces GaugeGradientStyle.enabled with value.
Implementation
GaugeGradientStyle withEnabled(bool value) => copyWith(enabled: value);
Replaces GaugeGradientStyle.enabled with value.
GaugeGradientStyle withEnabled(bool value) => copyWith(enabled: value);