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