BPKSnippet
public struct BPKSnippet : View
-
Declaration
Swift
public init( image: Image, headline: String? = nil, subheading: String? = nil, bodyText: String? = nil, imageOrientation: ImageOrientation = .landscape, onClick: (() -> Void)? = nil )
-
Declaration
Swift
public var body: some View { get }
-
Declaration
Swift
enum ImageOrientation