We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74553cf commit d4d6c36Copy full SHA for d4d6c36
README.md
@@ -97,7 +97,7 @@ func conditionalText(showDetails: Bool) -> Text {
97
If you prefer not to use macros, you can use the underlying `Text` initializer directly:
98
99
```swift
100
-var customText: Text {
+var body: some View {
101
Text(separator: " 👏 ") {
102
"Lorem".text.underline().foregroundColor(.blue)
103
"ipsum dolor"
0 commit comments