Parameters
Controls whether the scroll view background is visible. Options are “hidden” or “visible”.
Controls the visibility of the scroll view background.
.scrollContentBackground(visibility: 'hidden' | 'visible'): Component;
ScrollView([
VStack([
Text("Content with transparent background"),
Image("background-image")
])
]).scrollContentBackground("hidden")