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