withBackgroundOpacity method

DataPointLabelConfig withBackgroundOpacity(
  1. double value
)

Replaces DataPointLabelConfig.backgroundOpacity with value.

Implementation

DataPointLabelConfig withBackgroundOpacity(double value) =>
    copyWith(backgroundOpacity: value);