SwiftUI 3 introduced the concept of system materials – akin to a UIVisualEffectView with a UIBlurEffect.
Text("Hello world!")
.padding()
.background(.thinMaterial)
How do I change the intensity of blur applied by a system material?