AiutaWelcomeScreenFeatureTypography

Interface defining typography styles for the welcome screen.

This interface provides text styles for different text elements displayed on the welcome screen.

Inheritors

Types

Link copied to clipboard
class Default(val welcomeTitle: TextStyle, val welcomeDescription: TextStyle) : AiutaWelcomeScreenFeatureTypography

Default implementation of AiutaWelcomeScreenFeatureTypography.

Properties

Link copied to clipboard

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

Link copied to clipboard
abstract val welcomeTitle: TextStyle

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