John O'Reilly
Text
HStack
HStack { Text("some text") Text("some more text") } .font(.caption)
Bryan Herbst
ProvideTextStyle
Providers
ProvideTextStyle(MaterialTheme.typography.caption) { Column { Text("some text") Text("some more text") } }
Kirill Grouchnikov
A modern programming language that makes developers happier.