Build: Modifier Chaining Demo
This screen shows a text label styled using multiple chained modifiers in SwiftUI.
Target UI
------------------------- | | | Hello, SwiftUI! | | | -------------------------
Display a Text view with the string 'Hello, SwiftUI!'
Chain modifiers to set font to title, make text bold, color it blue, add padding, and a rounded border
Center the text vertically and horizontally on the screen