withShowYScrollbar method

InteractionConfig withShowYScrollbar(
  1. bool value
)

Replaces InteractionConfig.showYScrollbar with value.

Implementation

InteractionConfig withShowYScrollbar(bool value) =>
    copyWith(showYScrollbar: value);