withEnabled method

PolarColumnGradientStyle withEnabled(
  1. bool value
)

Replaces PolarColumnGradientStyle.enabled with value.

Implementation

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