design
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
design
core
/
com.trendyol.design.core.price
/
KPPriceStyle
/
SinglePriceWithBottomInfo
Single
Price
With
Bottom
Info
data
class
SinglePriceWithBottomInfo
(
val
salePriceText
:
String
,
val
salePriceTextStyle
:
TextStyle
,
val
bottomInfoText
:
String
,
val
bottomInfoTextStyle
:
TextStyle
)
:
PriceStyle
Members
Constructors
Single
Price
With
Bottom
Info
Link copied to clipboard
constructor
(
salePriceText
:
String
,
salePriceTextStyle
:
TextStyle
,
bottomInfoText
:
String
,
bottomInfoTextStyle
:
TextStyle
)
Properties
bottom
Info
Text
Link copied to clipboard
val
bottomInfoText
:
String
bottom
Info
Text
Style
Link copied to clipboard
val
bottomInfoTextStyle
:
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