withBackgroundPadding method

BarLabelStyle withBackgroundPadding(
  1. double value
)

Replaces BarLabelStyle.backgroundPadding with value.

Implementation

BarLabelStyle withBackgroundPadding(double value) =>
    copyWith(backgroundPadding: value);