prices
inline fun AiutaProductBarTheme.Builder.prices(block: AiutaProductBarPricesTheme.Builder.() -> Unit): AiutaProductBarTheme.Builder
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()
}
}
}
Content copied to clipboard
Return
The product bar theme builder for method chaining
Parameters
block
Configuration block for setting up the price theme