withEnabled method

AutoScrollConfig withEnabled(
  1. bool value
)

Replaces AutoScrollConfig.enabled with value.

Implementation

AutoScrollConfig withEnabled(bool value) => copyWith(enabled: value);