ProminentLabel
struct ProminentLabel: View
SwiftUI View
for a prominent label
-
The display options
Declaration
Swift
let options: Song.DisplayOptions
-
The label
Declaration
Swift
let label: String
-
The optional icon
Declaration
Swift
var icon: String?
-
The color of the label
Declaration
Swift
var color: Color = .accentColor.opacity(0.3)
-
The body of the
View
Declaration
Swift
var body: some View