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