withBackground method

DataPointLabelConfig withBackground(
  1. Color value
)

Replaces DataPointLabelConfig.background with value.

Implementation

DataPointLabelConfig withBackground(Color value) =>
    copyWith(background: value);