withFontSize method
- double value
Replaces PolarLabelStyle.fontSize with value.
Implementation
PolarLabelStyle withFontSize(double value) => copyWith(fontSize: value);
Replaces PolarLabelStyle.fontSize with value.
PolarLabelStyle withFontSize(double value) => copyWith(fontSize: value);