withFontWeight method

SeriesInlineLabelConfig withFontWeight(
  1. FontWeight value
)

Replaces SeriesInlineLabelConfig.fontWeight with value.

Implementation

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