AiutaProductBarPricesTheme
class AiutaProductBarPricesTheme(val typography: AiutaProductBarPricesThemeTypography, val colors: AiutaProductBarPricesThemeColors)
Price display theme configuration for product bars.
This immutable class defines the visual styling for price displays in product bars throughout the SDK, including typography and color configurations. It provides a consistent appearance for price-related UI elements that can be customized to match your app's design system.
See also
Constructors
Link copied to clipboard
constructor(typography: AiutaProductBarPricesThemeTypography, colors: AiutaProductBarPricesThemeColors)
Types
Link copied to clipboard
class Builder
Builder class for creating AiutaProductBarPricesTheme instances.