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