BPKCardWrapper

public struct BPKCardWrapper<HeaderContent, WrappedContent> : View where HeaderContent : View, WrappedContent : CardWrappable
  • Declaration

    Swift

    public init(
        backgroundColor: BPKColor,
        @ViewBuilder header: () -> HeaderContent,
        @ViewBuilder card: () -> WrappedContent
    )
  • Declaration

    Swift

    public var body: some View { get }