withLoessSpan method

TrendAnnotation withLoessSpan(
  1. double value
)

Replaces TrendAnnotation.loessSpan with value.

Implementation

TrendAnnotation withLoessSpan(double value) => copyWith(loessSpan: value);