withWidth method

BarBorderStyle withWidth(
  1. double value
)

Replaces BarBorderStyle.width with value.

Implementation

BarBorderStyle withWidth(double value) => copyWith(width: value);