withPauseOnUserInteraction method
- bool value
Replaces AutoScrollConfig.pauseOnUserInteraction with value.
Implementation
AutoScrollConfig withPauseOnUserInteraction(bool value) =>
copyWith(pauseOnUserInteraction: value);
Replaces AutoScrollConfig.pauseOnUserInteraction with value.
AutoScrollConfig withPauseOnUserInteraction(bool value) =>
copyWith(pauseOnUserInteraction: value);