withElevation method
- double value
Replaces TrendAnnotation.elevation with value.
Implementation
TrendAnnotation withElevation(double value) => copyWith(elevation: value);
Replaces TrendAnnotation.elevation with value.
TrendAnnotation withElevation(double value) => copyWith(elevation: value);