withShowYScrollbar method
- bool value
Replaces InteractionConfig.showYScrollbar with value.
Implementation
InteractionConfig withShowYScrollbar(bool value) =>
copyWith(showYScrollbar: value);
Replaces InteractionConfig.showYScrollbar with value.
InteractionConfig withShowYScrollbar(bool value) =>
copyWith(showYScrollbar: value);