ChipView
public struct ChipView : View
A view that displays a chip with an icon and title. Based on MUI Chip
-
Creates a new instance of
ChipView
.Declaration
Swift
public init(systemImage: String, titleKey: String? = nil, foregroundColor: Color = .blue, backgroundColor: Color = .clear)
-
Declaration
Swift
public var body: some View { get }