GlanceTheme
Composable Function
Android
@Composable
fun GlanceTheme(
colors: ColorProviders = LocalColors.current,
content: @GlanceComposable @Composable () -> Unit
)
A top level theme for Glance code. Unlike a standard compose theme, this only provides
color. Like a standard compose theme, it should be at the top level of a compose hierarchy with
all themed UI provided as content
.