withResumeAnimationDuration method
- Duration value
Replaces StreamingConfig.resumeAnimationDuration with value.
Implementation
StreamingConfig withResumeAnimationDuration(Duration value) =>
copyWith(resumeAnimationDuration: value);
Replaces StreamingConfig.resumeAnimationDuration with value.
StreamingConfig withResumeAnimationDuration(Duration value) =>
copyWith(resumeAnimationDuration: value);