Package-level declarations

Types

Link copied to clipboard
data class BackgroundTheme(val color: Color = Color.Unspecified, val tonalElevation: Dp = Dp.Unspecified)

Data class that holds the background theme.

Link copied to clipboard
data class GradientColors(val top: Color = Color.Unspecified, val bottom: Color = Color.Unspecified, val container: Color = Color.Unspecified)

A class to model gradient color values.

Link copied to clipboard
data class TintTheme(val iconTint: Color? = null)

Data class that holds the tint theme.

Properties

Link copied to clipboard

Dark default theme color scheme

Link copied to clipboard

Light default theme color scheme

Link copied to clipboard

Functions

Link copied to clipboard
fun JetpackTheme(darkTheme: Boolean = isSystemInDarkTheme(), disableDynamicTheming: Boolean = false, content: @Composable () -> Unit)

Now in Android theme.

Link copied to clipboard

Checks if the current device supports dynamic theming.