Composable Component

GlimmerTheme

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

RevenueCat

RevenueCat

Add subscriptions to your apps in minutes

Ad Get started for free

GlimmerTheme

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