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