ProminentLabel
struct ProminentLabel: View
SwiftUI View for a prominent label
-
The display options
Declaration
Swift
let settings: AppSettings.Song -
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
ViewDeclaration
Swift
var body: some View
View on GitHub