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