scrollView.showsHorizontalScrollIndicator = false scrollView.showsVerticalScrollIndicator = false
ScrollView(showsIndicators: false) { // ... }