Default

Default implementation of AiutaProductBarThemeTypography.

This class provides standard text styles for product bar elements:

  • Product name: Medium weight, 12sp font size, 18sp line height

  • Brand name: Medium weight, 10sp font size, 16sp line height, 0.04sp letter spacing

theme {
productBar {
typography = AiutaProductBarThemeTypography.Default()
}
}

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
open override val brand: TextStyle

Text style for brand names

Link copied to clipboard
open override val product: TextStyle

Text style for product names