Package-level declarations
Types
Link copied to clipboard
Link copied to clipboard
data class PriceModel(val icon: ImageVector? = null, val iconSize: IconSize = KPIconSize.XXSmall, val iconTint: Color? = null, val upperInfoText: String? = null, val upperInfoTextStyle: TextStyle? = null, val salePriceText: String? = null, val salePriceTextStyle: TextStyle? = null, val marketPriceText: String? = null, val marketPriceTextStyle: TextStyle? = null, val bottomInfoText: String? = null, val bottomInfoTextStyle: TextStyle? = null, val isPriceViewVertical: Boolean = false)
Link copied to clipboard