clearFontSize method

PolarLabelStyle clearFontSize()

Clears PolarLabelStyle.fontSize to null.

Implementation

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