Chip

public struct Chip : Equatable, Sendable

Chip theme for contact subscription groups

  • The check color

    Declaration

    Swift

    public var checkColor: Color?
  • Border color around the full chip and check area

    Declaration

    Swift

    public var borderColor: Color?
  • Chip label appearance

    Declaration

    Swift

    public var labelAppearance: TextAppearance?