This is probably a simple question, but how can one have scrolling in one's Apple Watch app like that in the Workout App using SwiftUI? The scrolling which emphasizes each item as it scrolls by. I'm trying to recall, but can't.
How to Create Scrolling Like in the Apple Watch Workout App Using SwiftUI
I figured it out. It's a Carousel List.
.listStyle(.carousel)