withFontSize method

BarLabelStyle withFontSize(
  1. double value
)

Replaces BarLabelStyle.fontSize with value.

Implementation

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