withEnabled method
- bool value
Replaces CartesianValueSummaryConfig.enabled with value.
Implementation
CartesianValueSummaryConfig withEnabled(bool value) =>
copyWith(enabled: value);
Replaces CartesianValueSummaryConfig.enabled with value.
CartesianValueSummaryConfig withEnabled(bool value) =>
copyWith(enabled: value);