PromoSticker

fun PromoSticker(text: String, size: PromoStickerSize, style: PromoStickerStyle, modifier: Modifier = Modifier)

A promo sticker component to highlight important content.

See the design spec for more details.

Parameters

text

The text to display inside the promo sticker.

size

The size of the sticker, see PromoStickerSize.

style

The style of the sticker, see PromoStickerStyle.

modifier