withEnabled method

PieGradientStyle withEnabled(
  1. bool value
)

Replaces PieGradientStyle.enabled with value.

Implementation

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