BPKDropdownChip
public struct BPKDropdownChip : View
-
Declaration
Swift
public init( _ text: String, icon: BPKIcon? = nil, selected: Bool = false, style: BPKChipStyle = .default, onClick: @escaping () -> Void )
-
Declaration
Swift
public var body: some View { get }
-
Declaration
Swift
public func disabled(_ disabled: Bool) -> BPKDropdownChip