withResumeAfterInteractionDelay method

AutoScrollConfig withResumeAfterInteractionDelay(
  1. Duration value
)

Replaces AutoScrollConfig.resumeAfterInteractionDelay with value.

Implementation

AutoScrollConfig withResumeAfterInteractionDelay(Duration value) =>
    copyWith(resumeAfterInteractionDelay: value);