withFontWeight method

DataPointLabelConfig withFontWeight(
  1. FontWeight value
)

Replaces DataPointLabelConfig.fontWeight with value.

Implementation

DataPointLabelConfig withFontWeight(FontWeight value) =>
    copyWith(fontWeight: value);