withAutoScroll method

StreamingConfig withAutoScroll(
  1. bool value
)

Replaces StreamingConfig.autoScroll with value.

Implementation

StreamingConfig withAutoScroll(bool value) => copyWith(autoScroll: value);