withPadding method

BarLabelStyle withPadding(
  1. double value
)

Replaces BarLabelStyle.padding with value.

Implementation

BarLabelStyle withPadding(double value) => copyWith(padding: value);