pageBar
inline fun AiutaTheme.Builder.pageBar(block: AiutaPageBarTheme.Builder.() -> Unit): AiutaTheme.Builder
Extension function for configuring page bar theme within an AiutaTheme.Builder.
This extension provides a convenient DSL for configuring the page bar theme as part of the main theme setup.
theme {
pageBar {
typography = AiutaPageBarThemeTypography.Default()
icons = AiutaPageBarThemeIcons.Default()
toggles = AiutaPageBarThemeToggles.Default()
}
// Configure other theme components...
}
Content copied to clipboard
Return
The theme builder for method chaining
Parameters
block
Configuration block for setting up the page bar theme