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