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