clearResumeAfterInteractionDelay method

AutoScrollConfig clearResumeAfterInteractionDelay()

Clears AutoScrollConfig.resumeAfterInteractionDelay to null.

Implementation

AutoScrollConfig clearResumeAfterInteractionDelay() =>
    copyWith(clearResumeAfterInteractionDelay: true);