Price
fun Price(price: String, type: PriceType, size: PriceSize, modifier: Modifier = Modifier, prefix: String? = null, footerContent: @Composable ColumnScope.() -> Unit? = null)
Localization is handled via the LocalLocaleList CompositionLocal.
PriceType.Basic

PriceType.SpecialOffer

PriceType.Discount

PriceType.LidlPlus

Parameters
price
String for the price. Please include the currency.
type
PriceType to configure the type of price.
prefix
optional String for the price prefix. Defaults to null.
footerContent
optional content for the footer of the price, like DoubleCurrency, FooterText, or FooterLinkText.