withWidth method

BarErrorBarStyle withWidth(
  1. double value
)

Replaces BarErrorBarStyle.width with value.

Implementation

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