withFontSize method

PolarLabelStyle withFontSize(
  1. double value
)

Replaces PolarLabelStyle.fontSize with value.

Implementation

PolarLabelStyle withFontSize(double value) => copyWith(fontSize: value);