withEnabled method

CartesianValueSummaryConfig withEnabled(
  1. bool value
)

Replaces CartesianValueSummaryConfig.enabled with value.

Implementation

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