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 |