withShowXScrollbar method

InteractionConfig withShowXScrollbar(
  1. bool value
)

Replaces InteractionConfig.showXScrollbar with value.

Implementation

InteractionConfig withShowXScrollbar(bool value) =>
    copyWith(showXScrollbar: value);