withLineWidth method

TrendAnnotationDefaults withLineWidth(
  1. double value
)

Replaces TrendAnnotationDefaults.lineWidth with value.

Implementation

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