clearFontWeight method
Clears PolarLabelStyle.fontWeight to null.
Implementation
PolarLabelStyle clearFontWeight() => copyWith(clearFontWeight: true);
Clears PolarLabelStyle.fontWeight to null.
PolarLabelStyle clearFontWeight() => copyWith(clearFontWeight: true);