withAutoScroll method
- bool value
Replaces StreamingConfig.autoScroll with value.
Implementation
StreamingConfig withAutoScroll(bool value) => copyWith(autoScroll: value);
Replaces StreamingConfig.autoScroll with value.
StreamingConfig withAutoScroll(bool value) => copyWith(autoScroll: value);