AppTheme

object AppTheme

Centralny obiekt zapewniający dostęp do elementów motywu.

Użycie w komponentach Composable:

Text(
color = AppTheme.colors.primary,
style = AppTheme.typography.h1,
modifier = Modifier.padding(AppTheme.spacing.large)
)

Properties

Link copied to clipboard
@get:ReadOnlyComposable
@get:Composable
val colors: Colors

Aktualny schemat kolorów

Link copied to clipboard
@get:ReadOnlyComposable
@get:Composable
val spacing: Spacing

Aktualny system odstępów

Link copied to clipboard
@get:ReadOnlyComposable
@get:Composable
val typography: Typography

Aktualny system typografii