SourceSets
LocalIconTint
Common
kotlin
val LocalIconTint: ProvidableCompositionLocal<Color>
The default icon tint (a Color) used when none is provided as a parameter of one of the FontIcon composables.
No default value (will throw an error if not provided).
Throws
if no value is provided. |