OfferMessageItem

data class OfferMessageItem(val label: String, val variant: OfferMessageVariant = OfferMessageVariant.Default, val showBullet: Boolean = true)(source)

Offer message to highlight an offer for the product.

Constructors

Link copied to clipboard
constructor(label: String, variant: OfferMessageVariant = OfferMessageVariant.Default, showBullet: Boolean = true)

Properties

Link copied to clipboard

The text label

Link copied to clipboard

If the leading triangle bullet icon should be sown or not.

Link copied to clipboard

The variant to changes the color with subtle as default with black color.