AiutaProductBarTheme

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()
}
}

See also

Constructors

Types

Link copied to clipboard
class Builder

Builder class for creating AiutaProductBarTheme instances.

Properties

Link copied to clipboard

Theme configuration for product bar icons

Link copied to clipboard

Theme configuration for price displays

Link copied to clipboard

Theme configuration for toggle controls

Link copied to clipboard

Typography configuration for text elements