withEnabled method

GaugeGradientStyle withEnabled(
  1. bool value
)

Replaces GaugeGradientStyle.enabled with value.

Implementation

GaugeGradientStyle withEnabled(bool value) => copyWith(enabled: value);