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