KPPriceStyle
Types
Link copied to clipboard
data class DualPriceWithBottomInfo(val salePriceText: String, val salePriceTextStyle: TextStyle, val marketPriceText: String, val marketPriceTextStyle: TextStyle, val bottomInfoText: String, val bottomInfoTextStyle: TextStyle, val isPriceViewVertical: Boolean) : PriceStyle
Link copied to clipboard
data class DualPriceWithUpperAndBottomInfo(val icon: ImageVector? = null, val iconSize: IconSize, val iconTint: Color? = null, val upperInfoText: String, val upperInfoTextStyle: TextStyle, val salePriceText: String, val salePriceTextStyle: TextStyle, val marketPriceText: String, val marketPriceTextStyle: TextStyle, val bottomInfoText: String, val bottomInfoTextStyle: TextStyle, val isPriceViewVertical: Boolean) : PriceStyle
Link copied to clipboard
data class DualPriceWithUpperInfo(val icon: ImageVector? = null, val iconSize: IconSize, val iconTint: Color? = null, val upperInfoText: String, val upperInfoTextStyle: TextStyle, val salePriceText: String, val salePriceTextStyle: TextStyle, val marketPriceText: String, val marketPriceTextStyle: TextStyle, val isPriceViewVertical: Boolean) : PriceStyle
Link copied to clipboard
Link copied to clipboard
data class SinglePriceWithBottomInfo(val salePriceText: String, val salePriceTextStyle: TextStyle, val bottomInfoText: String, val bottomInfoTextStyle: TextStyle) : PriceStyle
Link copied to clipboard
data class SinglePriceWithUpperAndBottomInfo(val icon: ImageVector? = null, val iconSize: IconSize, val iconTint: Color? = null, val upperInfoText: String, val upperInfoTextStyle: TextStyle, val salePriceText: String, val salePriceTextStyle: TextStyle, val bottomInfoText: String, val bottomInfoTextStyle: TextStyle) : PriceStyle
Link copied to clipboard
data class SinglePriceWithUpperInfo(val icon: ImageVector? = null, val iconSize: IconSize = KPIconSize.XXSmall, val iconTint: Color? = null, val upperInfoText: String, val upperInfoTextStyle: TextStyle, val salePriceText: String, val salePriceTextStyle: TextStyle) : PriceStyle