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