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