AiutaProductBarTheme
class AiutaProductBarTheme(val prices: AiutaProductBarPricesTheme?, val typography: AiutaProductBarThemeTypography, val toggles: AiutaProductBarThemeToggles, val icons: AiutaProductBarThemeIcons)
Product bar theme configuration for the Aiuta SDK.
This class defines the visual styling for product information bars in the SDK, including price displays, typography, toggle controls, and icons. It provides a consistent appearance for product-related UI elements that can be customized to match your app's design.
theme {
productBar {
prices = AiutaProductBarPricesTheme.Default()
typography = AiutaProductBarThemeTypography.Default()
toggles = AiutaProductBarThemeToggles.Default()
icons = AiutaProductBarThemeIcons.Default()
}
}
Content copied to clipboard
See also
Constructors
Link copied to clipboard
constructor(prices: AiutaProductBarPricesTheme?, typography: AiutaProductBarThemeTypography, toggles: AiutaProductBarThemeToggles, icons: AiutaProductBarThemeIcons)
Types
Link copied to clipboard
class Builder
Builder class for creating AiutaProductBarTheme instances.