clearFontSize method
Clears PolarLabelStyle.fontSize to null.
Implementation
PolarLabelStyle clearFontSize() => copyWith(clearFontSize: true);
Clears PolarLabelStyle.fontSize to null.
PolarLabelStyle clearFontSize() => copyWith(clearFontSize: true);