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