withElevation method

ThresholdAnnotation withElevation(
  1. double value
)

Replaces ThresholdAnnotation.elevation with value.

Implementation

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