Chip
public struct Chip : Equatable, Sendable
Chip theme for contact subscription groups
-
The check color
Declaration
Swift
public var checkColor: Color?
-
The check color for dark mode
Declaration
Swift
public var checkColorDark: Color?
-
Border color around the full chip and check area
Declaration
Swift
public var borderColor: Color?
-
Border color around the full chip and check area for dark mode
Declaration
Swift
public var borderColorDark: Color?
-
Chip label appearance
Declaration
Swift
public var labelAppearance: TextAppearance?