withLineColor method

ErrorBarAnnotation withLineColor(
  1. Color value
)

Replaces ErrorBarAnnotation.lineColor with value.

Implementation

ErrorBarAnnotation withLineColor(Color value) => copyWith(lineColor: value);