withPauseOnUserInteraction method

AutoScrollConfig withPauseOnUserInteraction(
  1. bool value
)

Replaces AutoScrollConfig.pauseOnUserInteraction with value.

Implementation

AutoScrollConfig withPauseOnUserInteraction(bool value) =>
    copyWith(pauseOnUserInteraction: value);