Compose Component

GlimmerTheme

Jetpack Compose Glimmer contains different theme subsystems to allow visual customization across an application.

GlimmerTheme

Source set: Android
@Composable
public fun GlimmerTheme(
    colors: Colors = GlimmerTheme.colors,
    typography: Typography = GlimmerTheme.typography,
    componentSpacingValues: ComponentSpacingValues = GlimmerTheme.componentSpacingValues,
    content: @Composable () -> Unit,
)

Parameters

colors Colors used by components within this hierarchy
typography Typography used by components within this hierarchy
componentSpacingValues ComponentSpacingValues used by components within this hierarchy
content The content that can retrieve values from this theme

Last updated: