withResumeAnimationDuration method

StreamingConfig withResumeAnimationDuration(
  1. Duration value
)

Replaces StreamingConfig.resumeAnimationDuration with value.

Implementation

StreamingConfig withResumeAnimationDuration(Duration value) =>
    copyWith(resumeAnimationDuration: value);