withEnabled method

RadarGradientStyle withEnabled(
  1. bool value
)

Replaces RadarGradientStyle.enabled with value.

Implementation

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