clearResumeAfterInteractionDelay method
Clears AutoScrollConfig.resumeAfterInteractionDelay to null.
Implementation
AutoScrollConfig clearResumeAfterInteractionDelay() =>
copyWith(clearResumeAfterInteractionDelay: true);
Clears AutoScrollConfig.resumeAfterInteractionDelay to null.
AutoScrollConfig clearResumeAfterInteractionDelay() =>
copyWith(clearResumeAfterInteractionDelay: true);