Package-level declarations

Types

Link copied to clipboard

Enum class representing different types of colors used in a Compose UI theme. Each enum value corresponds to a specific color from the MaterialTheme.

Functions

Link copied to clipboard
@Composable
fun Body1(text: String, modifier: Modifier = Modifier, colorType: ColorType = OnBackground)

A composable function that displays a body text with Body1 typography style.

Link copied to clipboard
@Composable
fun Body2(text: String, modifier: Modifier = Modifier, colorType: ColorType = OnBackground)

A composable function that displays a body text with Body2 typography style.

Link copied to clipboard
@Composable
fun Heading1(text: String, modifier: Modifier = Modifier, colorType: ColorType = OnBackground)

A composable function that displays a heading with H1 typography style.

Link copied to clipboard
@Composable
fun Heading2(text: String, modifier: Modifier = Modifier, colorType: ColorType = OnBackground)

A composable function that displays a heading with H2 typography style.

Link copied to clipboard
@Composable
fun Heading3(text: String, modifier: Modifier = Modifier, colorType: ColorType = OnBackground)

A composable function that displays a heading with H3 typography style.

Link copied to clipboard
@Composable
fun Heading4(text: String, modifier: Modifier = Modifier, colorType: ColorType = OnBackground)

A composable function that displays a heading with H4 typography style.

Link copied to clipboard
@Composable
fun Heading5(text: String, modifier: Modifier = Modifier, colorType: ColorType = OnBackground)

A composable function that displays a heading with H5 typography style.

Link copied to clipboard
@Composable
fun Heading6(text: String, modifier: Modifier = Modifier, colorType: ColorType = OnBackground)

A composable function that displays a heading with H6 typography style.