Last updated 2 months ago
Was this helpful?
โฉ โฉ โฉ โฉ Text(symbol:)
Text(symbol:)
// 2022.02.24 extension Text { /// `Text(symbol: "alarm")` init(symbol name: String) { self.init(Image(systemName: name)) } }
SF Symbols can be used in Text.
selected button with underline