withFontWeight method
- FontWeight value
Replaces SeriesInlineLabelConfig.fontWeight with value.
Implementation
SeriesInlineLabelConfig withFontWeight(FontWeight value) =>
copyWith(fontWeight: value);
Replaces SeriesInlineLabelConfig.fontWeight with value.
SeriesInlineLabelConfig withFontWeight(FontWeight value) =>
copyWith(fontWeight: value);