withBorderWidth method

BarLabelStyle withBorderWidth(
  1. double value
)

Replaces BarLabelStyle.borderWidth with value.

Implementation

BarLabelStyle withBorderWidth(double value) => copyWith(borderWidth: value);