AiutaPageBarTheme
class AiutaPageBarTheme(val typography: AiutaPageBarThemeTypography, val icons: AiutaPageBarThemeIcons, val toggles: AiutaPageBarThemeToggles)
Page bar theme configuration for the Aiuta SDK.
This immutable class defines the visual styling for page navigation bars throughout the SDK, including typography, icons, and toggle configurations. It provides a consistent page bar appearance that can be customized to match your app's design system.
See also
Constructors
Link copied to clipboard
constructor(typography: AiutaPageBarThemeTypography, icons: AiutaPageBarThemeIcons, toggles: AiutaPageBarThemeToggles)
Types
Link copied to clipboard
class Builder
Builder class for creating AiutaPageBarTheme instances.