GlanceTheme
Functions summary
Unit |
@ComposableA top level theme for Glance code. |
Functions
GlanceTheme
@Composable
fun GlanceTheme(
colors: ColorProviders = LocalColors.current,
content: @GlanceComposable @Composable () -> Unit
): 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.