Dropdown Menu Label
Represents a Material UI styled label for a dropdown menu item.
Overview
Initializer
DropdownMenuLabel(_ systemImage: String, _ titleKey: String)Properties
Example
DropdownMenu {
DropdownMenuLabel(systemImage: "1.circle.fill", "Option 1")
DropdownMenuLabel(systemImage: "2.circle.fill", "Option 2")
DropdownMenuLabel(systemImage: "3.circle.fill", "Option 3")
}, label: {
Image(systemName: "ellipsis.circle.fill")
}

Last updated