BPKPanel

public struct BPKPanel<Content> : View where Content : View
  • Declaration

    Swift

    public init(
        padding: Bool = true,
        @ViewBuilder content: () -> Content
    )
  • Declaration

    Swift

    public var body: some View { get }