withBackgroundOpacity method
- double value
Replaces DataPointLabelConfig.backgroundOpacity with value.
Implementation
DataPointLabelConfig withBackgroundOpacity(double value) =>
copyWith(backgroundOpacity: value);
Replaces DataPointLabelConfig.backgroundOpacity with value.
DataPointLabelConfig withBackgroundOpacity(double value) =>
copyWith(backgroundOpacity: value);