withThresholdDefaults method
Replaces AnnotationTheme.thresholdDefaults with value.
Implementation
AnnotationTheme withThresholdDefaults(ThresholdAnnotationDefaults value) =>
copyWith(thresholdDefaults: value);
Replaces AnnotationTheme.thresholdDefaults with value.
AnnotationTheme withThresholdDefaults(ThresholdAnnotationDefaults value) =>
copyWith(thresholdDefaults: value);