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.
Properties
Link copied to clipboard
Dark default theme color scheme
Link copied to clipboard
Light default theme color scheme
Link copied to clipboard
A composition local for BackgroundTheme.
Link copied to clipboard
A composition local for GradientColors.
Link copied to clipboard
A composition local for TintTheme.
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.