withBackground method
- Color value
Replaces DataPointLabelConfig.background with value.
Implementation
DataPointLabelConfig withBackground(Color value) =>
copyWith(background: value);
Replaces DataPointLabelConfig.background with value.
DataPointLabelConfig withBackground(Color value) =>
copyWith(background: value);