Skip to content

SourceSets

LocalGlanceIconTint

Android

kotlin
val LocalGlanceIconTint: ProvidableCompositionLocal<ColorProvider>

The default icon tint for Glance (a ColorProvider) used when none is provided as a parameter of one of the FontIcon functions.

No default value (will throw an error if not provided).

Throws

IllegalStateException

if no value is provided.