withElevation method

TrendAnnotation withElevation(
  1. double value
)

Replaces TrendAnnotation.elevation with value.

Implementation

TrendAnnotation withElevation(double value) => copyWith(elevation: value);