withAutoHide method

ScrollbarConfig withAutoHide(
  1. bool value
)

Replaces ScrollbarConfig.autoHide with value.

Implementation

ScrollbarConfig withAutoHide(bool value) => copyWith(autoHide: value);