design
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
design
core
/
com.trendyol.design.core.price
/
KPPriceStyle
/
DualPrice
Dual
Price
data
class
DualPrice
(
val
salePriceText
:
String
,
val
salePriceTextStyle
:
TextStyle
,
val
marketPriceText
:
String
,
val
marketPriceTextStyle
:
TextStyle
,
val
isPriceViewVertical
:
Boolean
)
:
PriceStyle
Members
Constructors
Dual
Price
Link copied to clipboard
constructor
(
salePriceText
:
String
,
salePriceTextStyle
:
TextStyle
,
marketPriceText
:
String
,
marketPriceTextStyle
:
TextStyle
,
isPriceViewVertical
:
Boolean
)
Properties
is
Price
View
Vertical
Link copied to clipboard
val
isPriceViewVertical
:
Boolean
market
Price
Text
Link copied to clipboard
val
marketPriceText
:
String
market
Price
Text
Style
Link copied to clipboard
val
marketPriceTextStyle
:
TextStyle
price
Model
Link copied to clipboard
open
override
val
priceModel
:
PriceModel
sale
Price
Text
Link copied to clipboard
val
salePriceText
:
String
sale
Price
Text
Style
Link copied to clipboard
val
salePriceTextStyle
:
TextStyle