clearFontWeight method

PolarLabelStyle clearFontWeight()

Clears PolarLabelStyle.fontWeight to null.

Implementation

PolarLabelStyle clearFontWeight() => copyWith(clearFontWeight: true);