withFontSize method

SeriesInlineLabelConfig withFontSize(
  1. double value
)

Replaces SeriesInlineLabelConfig.fontSize with value.

Implementation

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