withLineWidth method

ErrorBarAnnotation withLineWidth(
  1. double value
)

Replaces ErrorBarAnnotation.lineWidth with value.

Implementation

ErrorBarAnnotation withLineWidth(double value) => copyWith(lineWidth: value);