KPPrice

fun KPPrice(style: PriceStyle, modifier: Modifier = Modifier)

Composable function for vertical price custom view This function includes sale price, market price, bottom info like unit price and upper info like campaign text. It allows you to draw a custom price view by choosing the style that suits your design.

Parameters

modifier

Optional parameter to specify the modifier for this composable.

style

PriceStyle configuration for the price view, specifying its appearance and behavior.