BpkInsetBanner

fun BpkInsetBanner(variant: BpkInsetBannerVariant, backgroundColor: Color, modifier: Modifier = Modifier, title: String? = null, subHeadline: String? = null, callToAction: BpkInsetBannerCTA? = null, body: String? = null, logo: @Composable () -> Unit? = null)