withLineWidth method

TrendAnnotation withLineWidth(
  1. double value
)

Replaces TrendAnnotation.lineWidth with value.

Implementation

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