withWidth method
- double value
Replaces BarBorderStyle.width with value.
Implementation
BarBorderStyle withWidth(double value) => copyWith(width: value);
Replaces BarBorderStyle.width with value.
BarBorderStyle withWidth(double value) => copyWith(width: value);