withEnabled method

RadialBarGradientStyle withEnabled(
  1. bool value
)

Replaces RadialBarGradientStyle.enabled with value.

Implementation

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