DualPrice

data class DualPrice(val salePriceText: String, val salePriceTextStyle: TextStyle, val marketPriceText: String, val marketPriceTextStyle: TextStyle, val isPriceViewVertical: Boolean) : PriceStyle

Constructors

Link copied to clipboard
constructor(salePriceText: String, salePriceTextStyle: TextStyle, marketPriceText: String, marketPriceTextStyle: TextStyle, isPriceViewVertical: Boolean)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override val priceModel: PriceModel
Link copied to clipboard
Link copied to clipboard