withFontSize method

DataPointLabelConfig withFontSize(
  1. double value
)

Replaces DataPointLabelConfig.fontSize with value.

Implementation

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