Typography¶
Typography components expose semantic text styles through AppTheme.typography and AppText.
Components¶
AppTextAppTextStyle
Example¶
AppTheme {
AppText(
text = "Dashboard",
style = AppTextStyle.Title,
)
}
Use semantic styles rather than ad-hoc font sizes in app UI.