BPKInsetBanner
public struct BPKInsetBanner<LogoContent> : View where LogoContent : View
-
init(logoContent:
title: subheadline: callToAction: bodyText: variant: backgroundColor: isExpanded: customAccessibilityLabel: ) Declaration
Swift
public init( logoContent: LogoContent? = nil, title: String, subheadline: String? = nil, callToAction: CallToAction? = nil, bodyText: String? = nil, variant: Variant, backgroundColor: Color, isExpanded: Bool = false, customAccessibilityLabel: String? = nil )
-
init(logoContent:
subheadline: callToAction: bodyText: variant: backgroundColor: isExpanded: customAccessibilityLabel: ) Declaration
Swift
public init( logoContent: LogoContent? = nil, subheadline: String, callToAction: CallToAction? = nil, bodyText: String? = nil, variant: Variant, backgroundColor: Color, isExpanded: Bool = false, customAccessibilityLabel: String? = nil )
-
init(logoContent:
callToAction: bodyText: variant: backgroundColor: isExpanded: customAccessibilityLabel: ) Declaration
Swift
public init( logoContent: LogoContent, callToAction: CallToAction? = nil, bodyText: String? = nil, variant: Variant, backgroundColor: Color, isExpanded: Bool = false, customAccessibilityLabel: String? = nil )
-
Declaration
Swift
public var body: some View { get }
-
Declaration
Swift
public enum Variant
-
Declaration
Swift
public struct CallToAction