DoubleCurrency

fun DoubleCurrency(strokePrice: String, discountedPrice: String, modifier: Modifier = Modifier)

DoubleCurrency can be used in the price footer when there is an alternate currency.

Double Currency Sample

Parameters

strokePrice

String for the regular price in the alternate currency.

discountedPrice

String for the discounted price in the alternate currency.

modifier

Modifier to be applied to the DoubleCurrency.