Default

class Default(val welcomeTitle: TextStyle, val welcomeDescription: TextStyle) : AiutaWelcomeScreenFeatureTypography

Default implementation of AiutaWelcomeScreenFeatureTypography.

Provides standard typography settings.

Constructors

Link copied to clipboard
constructor()
constructor(welcomeTitle: TextStyle, welcomeDescription: TextStyle)

Properties

Link copied to clipboard
open override val welcomeDescription: TextStyle

Text style for the welcome screen description. Uses a medium weight, readable font for body text.

Link copied to clipboard
open override val welcomeTitle: TextStyle

Text style for the welcome screen title. Uses a large, bold font to create visual hierarchy.