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