withThresholdDefaults method

AnnotationTheme withThresholdDefaults(
  1. ThresholdAnnotationDefaults value
)

Replaces AnnotationTheme.thresholdDefaults with value.

Implementation

AnnotationTheme withThresholdDefaults(ThresholdAnnotationDefaults value) =>
    copyWith(thresholdDefaults: value);