withResumeAfterInteractionDelay method
- Duration value
Replaces AutoScrollConfig.resumeAfterInteractionDelay with value.
Implementation
AutoScrollConfig withResumeAfterInteractionDelay(Duration value) =>
copyWith(resumeAfterInteractionDelay: value);