prices

Extension function for configuring price theme within a AiutaProductBarTheme.Builder.

This extension provides a convenient DSL for configuring the price theme as part of the product bar theme setup.

theme {
productBar {
prices {
typography = AiutaProductBarPricesThemeTypography.Default()
colors = AiutaProductBarPricesThemeColors.Default()
}
}
}

Return

The product bar theme builder for method chaining

Parameters

block

Configuration block for setting up the price theme

See also